From a585119a67a529280a6a14d26ee49f3a7cbefe14 Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Tue, 19 Apr 2016 14:46:37 -0600 Subject: [PATCH] Change prometheus doc to glob match --- plugins/inputs/prometheus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/prometheus/README.md b/plugins/inputs/prometheus/README.md index c5c952515..3aa8c8afd 100644 --- a/plugins/inputs/prometheus/README.md +++ b/plugins/inputs/prometheus/README.md @@ -22,7 +22,7 @@ to filter and some tags # An array of urls to scrape metrics from. urls = ["http://my-kube-apiserver:8080/metrics"] # Get only metrics with "apiserver_" string is in metric name - namepass = ["apiserver_"] + namepass = ["apiserver_*"] # Add a metric name prefix name_prefix = "k8s_" # Add tags to be able to make beautiful dashboards