feat(metrics): disable bearer token for annotation autodiscovery and enable metrics

This commit is contained in:
2026-05-24 13:16:24 +02:00
parent 074ec412ab
commit 3c0a4041d5
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -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
+3
View File
@@ -23,3 +23,6 @@ master:
persistence: persistence:
enabled: false enabled: false
metrics:
enabled: true