From 0505ba81e18069e4c1d4af8e2153cd143dd1eb4e Mon Sep 17 00:00:00 2001 From: Ryan Lonergan Date: Wed, 25 May 2022 16:46:02 -0400 Subject: [PATCH] =?UTF-8?q?Fixed=20spacing=20causing=20"field=20credential?= =?UTF-8?q?s=20not=20found=20in=20type=20linode.plain=E2=80=9D=20error=20(?= =?UTF-8?q?#10752)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ryan Lonergan Co-authored-by: Ryan Lonergan --- documentation/examples/prometheus-linode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/examples/prometheus-linode.yml b/documentation/examples/prometheus-linode.yml index a19b2c3a8..993b6a5c1 100644 --- a/documentation/examples/prometheus-linode.yml +++ b/documentation/examples/prometheus-linode.yml @@ -11,7 +11,7 @@ scrape_configs: - job_name: "node" linode_sd_configs: - authorization: - credentials: "" + credentials: "" relabel_configs: # Only scrape targets that have a tag 'monitoring'. - source_labels: [__meta_linode_tags]