Add Prometheus metrics support

This commit is contained in:
Alejandro Moreno
2019-09-25 10:18:08 +00:00
parent 3f759e0df7
commit a5c30bf379
4 changed files with 67 additions and 5 deletions

View File

@@ -211,11 +211,22 @@ serviceAccount:
# name:
## Role Based Access
## Ref: https://kubernetes.io/docs/admin/authorization/rbac/
## ref: https://kubernetes.io/docs/admin/authorization/rbac/
##
rbac:
create: true
## Prometheus metrics
## ref: https://github.com/fluent/fluent-plugin-prometheus/blob/master/README.md
##
metrics:
enabled: false
service:
port: 24231
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "24231"
prometheus.io/path: "/metrics"
service:
type: ClusterIP