Skip to content

Fix Kubernetes scrape config for Prometheus

Joshua Lambert requested to merge 2090-fix-prometheus-kubernetes-sd-config into master

There is an issue with the indentation in the scrape config causing a parse error. The line regex: __meta_kubernetes_node_label_(.+) needs to be indented.

Closes #2090 (closed)

Merge request reports