Add kube-router configuration to enable metrics exposure (#5416)

This commit is contained in:
bozzo
2019-12-16 13:35:36 +01:00
committed by Kubernetes Prow Robot
parent 8bb1af9926
commit c0b262a22a
3 changed files with 35 additions and 0 deletions

View File

@@ -47,3 +47,12 @@
# Array of common annotations for every node
# kube_router_annotations_all: []
# Enables scraping kube-router metrics with Prometheus
# kube_router_enable_metrics: false
# Path to serve Prometheus metrics on
# kube_router_metrics_path: /metrics
# Prometheus metrics port to use
# kube_router_metrics_port: 9255