Metrics: Disable by default. (#12095)

This commit is contained in:
Marco Ebert 2024-10-07 21:34:22 +02:00 committed by GitHub
parent c9aa724f6d
commit 75c77e5dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 24 deletions

View file

@ -174,7 +174,7 @@ extension for this to succeed.`)
`Customized address (or addresses, separated by comma) to set as the load-balancer status of Ingress objects this controller satisfies.
Requires the update-status parameter.`)
enableMetrics = flags.Bool("enable-metrics", true,
enableMetrics = flags.Bool("enable-metrics", false,
`Enables the collection of NGINX metrics.`)
metricsPerHost = flags.Bool("metrics-per-host", true,
`Export metrics per-host.`)