Added metrics endpoint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
07a137df8f
commit
d8fd717c92
@ -13,6 +13,8 @@ entryPoints:
|
|||||||
writeTimeout: '100ms'
|
writeTimeout: '100ms'
|
||||||
idleTimeout: '200ms'
|
idleTimeout: '200ms'
|
||||||
# ^^ FIXME: Use ENV var
|
# ^^ FIXME: Use ENV var
|
||||||
|
metrics:
|
||||||
|
address: :8082
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# serversTransport:
|
# serversTransport:
|
||||||
@ -45,11 +47,19 @@ providers:
|
|||||||
# ^^ FIXME: Use ENV var
|
# ^^ FIXME: Use ENV var
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
log:
|
# log:
|
||||||
level: DEBUG
|
# level: DEBUG
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# accessLog: {}
|
accessLog: {}
|
||||||
|
|
||||||
|
################################################################
|
||||||
|
metrics:
|
||||||
|
prometheus:
|
||||||
|
entryPoint: metrics
|
||||||
|
addEntryPointsLabels: true
|
||||||
|
addRoutersLabels: true
|
||||||
|
addServicesLabels: true
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
experimental:
|
experimental:
|
||||||
|
Loading…
Reference in New Issue
Block a user