mirror of
https://github.com/containous/traefik.git
synced 2024-12-22 13:34:03 +03:00
Fix prometheus metrics example
Traefik won’t start correctly if heterogeneous numbers in a toml array. This commit makes all numbers homogene. Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
parent
dfb09bf2ab
commit
60b3f74be8
@ -329,7 +329,7 @@
|
||||
#
|
||||
# To enable Traefik to export internal metrics to Prometheus
|
||||
# [web.metrics.prometheus]
|
||||
# Buckets=[0.1,0.3,1.2,5]
|
||||
# Buckets=[0.1,0.3,1.2,5.0]
|
||||
#
|
||||
|
||||
# To enable basic auth on the webui
|
||||
|
Loading…
Reference in New Issue
Block a user