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