feat(traefik): generate a service monitor (#7785)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user