You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you make the metrics_endpoint_enabled variable true, the load balancer or application gateway is not configured to allow the metrics ports.
Actual Behavior
The setting will be true, but the networking will block you from accessing the metrics port.
Expected Behavior
Currently, if you make the
metrics_endpoint_enabled
variabletrue
, the load balancer or application gateway is not configured to allow the metrics ports.Actual Behavior
The setting will be true, but the networking will block you from accessing the metrics port.
Steps to Reproduce
terraform apply
Important Factoids
References
https://github.com/hashicorp/terraform-azurerm-terraform-enterprise/pull/214/files
I am working on a PR to enable metrics in the Azure TFE module (that had been overlooked previously), and I believe I got the squid proxy config adjusted properly, but the mitm proxy config is still outstanding.
The text was updated successfully, but these errors were encountered: