feat(traefik): generate a service monitor (#7785)

This commit is contained in:
Jean-François Roy
2023-03-11 15:50:50 +01:00
committed by GitHub
parent 784a8346c0
commit be1570c619
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart - https://github.com/traefik/traefik-helm-chart
- https://traefik.io/ - https://traefik.io/
type: application type: application
version: 17.0.7 version: 17.0.8
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- network - network
+2
View File
@@ -395,6 +395,8 @@ questions:
default: 568 default: 568
# Include{resources} # Include{resources}
# Include{metrics}
# Include{prometheusRule}
# Include{advanced} # Include{advanced}
# Include{addons} # Include{addons}
# Include{codeserver} # Include{codeserver}
+7 -7
View File
@@ -128,15 +128,15 @@ logs:
format: common format: common
metrics: metrics:
# datadog: metrics:
# address: 127.0.0.1:8125 enabled: true
# influxdb: type: servicemonitor
# address: localhost:8089 endpoints:
# protocol: udp - port: metrics
path: /metrics
targetSelector: metrics
prometheus: prometheus:
entryPoint: metrics entryPoint: metrics
# statsd:
# address: localhost:8125
globalArguments: globalArguments:
- "--global.checknewversion" - "--global.checknewversion"