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
prashant-shahi
changed the title
prometheus scaler: support list of custom headers
prometheus scaler: support list of custom headers and custom auth
Feb 7, 2023
Proposal
Provide support for custom headers to be included in each queries in Prometheus scalar.
New prometheus scaler configuration being the
customHeaders
metadata:Sample:
Use-Case
Custom headers can be helpful for various reasons:
Custom auth header can be useful for authentication and authorization purposes with any custom header name and value.
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
Apart from authentication part, I see that only
x-Scope-OrgID
header is available, which is specific to querying multi tenant Cortex or Mimir.That could be supported via
customHeaders
metadata as well.The text was updated successfully, but these errors were encountered: