Skip to content

Commit

Permalink
feat: adding prometheus and api metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed Feb 6, 2018
1 parent 1c1e942 commit bc1aeb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ data:
[web]
address = ":8081"
[metrics]
[metrics.prometheus]
entryPoint = "traefik"
[metrics.statistics]
recentErrors = 10
[kubernetes]
endpoint = {{ .Values.traefikConfigK8sEndpoint | quote }}
Expand Down

0 comments on commit bc1aeb9

Please sign in to comment.