Skip to content
Permalink
Browse files Browse the repository at this point in the history
hide metrics endpoint by default
  • Loading branch information
V-B committed Oct 4, 2021
1 parent 638bb0d commit 99e7e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/WB.UI.Headquarters.Core/appsettings.ini
Expand Up @@ -51,7 +51,7 @@ PushGatewayEndpoint = http://localhost:9091/metrics
# Should HQ use Pushgateway to report metrics data
UsePushGateway = false
# Should HQ expose metrics data via '/metrics' endpoint
UseMetricsEndpoint = true
UseMetricsEndpoint = false

[ConnectionStrings]
DefaultConnection=
Expand Down

0 comments on commit 99e7e83

Please sign in to comment.