Enable prometheus metrics (#9)

* Enable prometheus metrics
pull/11/head
Menna Elmasry 2020-08-19 19:07:58 +02:00 committed by GitHub
parent 798e73a2df
commit 53cbc86e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -146,6 +146,9 @@ spec:
value: {{ .Values.calico.felixLogSeverityScreen | quote }}
- name: FELIX_HEALTHENABLED
value: {{ .Values.calico.felixHealthEnabled | quote }}
# enable promentheus metrics
- name: FELIX_PROMETHEUSMETRICSENABLED
value: { { .Values.calico.felixPrometheusMetricsEnabled | quote } }
securityContext:
privileged: true
resources:

View File

@ -50,6 +50,8 @@ calico:
felixLogSeverityScreen: info
# Enable felix healthcheck.
felixHealthEnabled: true
# Enable prometheus metrics
felixPrometheusMetricsEnabled: true
# Whether or not to masquerade traffic to destinations not within
# the pod network.
masquerade: true