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'
|
||||
idleTimeout: '200ms'
|
||||
# ^^ FIXME: Use ENV var
|
||||
metrics:
|
||||
address: :8082
|
||||
|
||||
################################################################
|
||||
# serversTransport:
|
||||
@ -45,11 +47,19 @@ providers:
|
||||
# ^^ FIXME: Use ENV var
|
||||
|
||||
################################################################
|
||||
log:
|
||||
level: DEBUG
|
||||
# log:
|
||||
# level: DEBUG
|
||||
|
||||
################################################################
|
||||
# accessLog: {}
|
||||
accessLog: {}
|
||||
|
||||
################################################################
|
||||
metrics:
|
||||
prometheus:
|
||||
entryPoint: metrics
|
||||
addEntryPointsLabels: true
|
||||
addRoutersLabels: true
|
||||
addServicesLabels: true
|
||||
|
||||
################################################################
|
||||
experimental:
|
||||
|
Loading…
Reference in New Issue
Block a user