File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
examples/config/docker/prometheus Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ scrape_configs:
55 - job_name : ' purestorage-fa'
66 metrics_path : /metrics/array
77 authorization :
8- credentials : 64f736be-9b7c-d7a5-4f85-16716969c1b1
8+ credentials : <YOUR_API_TOKEN>
99 params :
10- endpoint : ['10.21.229.28 ']
10+ endpoint : ['<YOUR_FLASHARRAY_IP> ']
1111
1212 static_configs :
1313 - targets :
@@ -21,9 +21,9 @@ scrape_configs:
2121 - job_name : ' purestorage-fa_volumes'
2222 metrics_path : /metrics/volumes
2323 authorization :
24- credentials : 64f736be-9b7c-d7a5-4f85-16716969c1b1
24+ credentials : <YOUR_API_TOKEN>
2525 params :
26- endpoint : ['10.21.229.28 ']
26+ endpoint : ['<YOUR_FLASHARRAY_IP> ']
2727
2828 static_configs :
2929 - targets :
@@ -37,9 +37,9 @@ scrape_configs:
3737 - job_name : ' purestorage-fa_hosts'
3838 metrics_path : /metrics/hosts
3939 authorization :
40- credentials : 64f736be-9b7c-d7a5-4f85-16716969c1b1
40+ credentials : <YOUR_API_TOKEN>
4141 params :
42- endpoint : ['10.21.229.28 ']
42+ endpoint : ['<YOUR_FLASHARRAY_IP> ']
4343
4444 static_configs :
4545 - targets :
You can’t perform that action at this time.
0 commit comments