You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,8 @@ Authentication is used by the exporter as the mechanism to cross authenticate to
74
74
- using the HTTP Authorization header of type 'Bearer', or
75
75
- via a configuration map in a specific configuration file.
76
76
77
-
The first option requires to specify the api-token value as the authorization parameter of the specific job in the Prometheus configuration file.
78
-
The second option provides the FlashArray/api-token key-pair map for a list of arrays in a simple YAML configuration file that is passed as paramether to the exporter. This makes possible to write more concise Prometheus configuration files and also to configure other scrapers that cannot use the HTTP authentication header.
77
+
The first option requires specifying the api-token value as the authorization parameter of the specific job in the Prometheus configuration file.
78
+
The second option provides the FlashArray/api-token key-pair map for a list of arrays in a simple YAML configuration file that is passed as parameter to the exporter. This makes possible to write more concise Prometheus configuration files and also to configure other scrapers that cannot use the HTTP authentication header.
0 commit comments