Browse Source

Fixed spacing causing "field credentials not found in type linode.plain” error (#10752)

Signed-off-by: Ryan Lonergan <rlonergan@linode.com>

Co-authored-by: Ryan Lonergan <rlonergan@linode.com>
pull/10753/head
Ryan Lonergan 3 years ago committed by GitHub
parent
commit
0505ba81e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      documentation/examples/prometheus-linode.yml

2
documentation/examples/prometheus-linode.yml

@ -11,7 +11,7 @@ scrape_configs:
- job_name: "node"
linode_sd_configs:
- authorization:
credentials: "<replace with a Personal Access Token with linodes:read_only, ips:read_only, and events:read_only access>"
credentials: "<replace with a Personal Access Token with linodes:read_only, ips:read_only, and events:read_only access>"
relabel_configs:
# Only scrape targets that have a tag 'monitoring'.
- source_labels: [__meta_linode_tags]

Loading…
Cancel
Save