-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or requestinput wantedComment if you want this featureComment if you want this feature
Description
During the resolution to issue #14, the idea was floated that instead of just supporting Authorization headers, the exporter should support all types of headers for calling the Prometheus API. So, as opposed to key-value pairs of Prometheus instance identifiers and Authorization header values, the input file would consist of identifiers mapping to many header key-value pairs.
Example:
- Current state of input file:
<prometheus-instance>: <authorization-header-value>
<another-prometheus-instance>: <authorization-header-value>
- Proposed state of input file:
<prometheus-instance>:
Authorization: <authorization-header-value>
<another-header>: <another-value>
<another-prometheus-instance>:
Authorization: <authorization-header-value>
<another-header>: <another-value>
<another-header>: <another-value>
We decided that this would not be implemented at this moment, however, if anyone were to require it we would reconsider. Please comment below if this is something you require!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinput wantedComment if you want this featureComment if you want this feature