feat(metrics): disable bearer token for annotation autodiscovery and enable metrics
This commit is contained in:
@@ -73,6 +73,8 @@ applicationObservability:
|
|||||||
annotationAutodiscovery:
|
annotationAutodiscovery:
|
||||||
enabled: true
|
enabled: true
|
||||||
collector: alloy-metrics
|
collector: alloy-metrics
|
||||||
|
bearerToken:
|
||||||
|
enabled: false
|
||||||
namespaces:
|
namespaces:
|
||||||
- nowchess
|
- nowchess
|
||||||
- nowchess-staging
|
- nowchess-staging
|
||||||
|
|||||||
@@ -23,3 +23,6 @@ master:
|
|||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user