-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruler: Disable x-scope-orgid header append in remote write #11819
Ruler: Disable x-scope-orgid header append in remote write #11819
Conversation
a6bad93
to
89e4ac2
Compare
89e4ac2
to
91f91b1
Compare
Had an open ticket with AWS about this behavior and received the following reply.
They then also linked to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with a minor nit.
Co-authored-by: Danny Kopping <[email protected]>
@dannykopping I ran |
Thanks for your contribution @jburnham 👍 |
…1819) Co-authored-by: Michel Hollands <[email protected]> Co-authored-by: Danny Kopping <[email protected]>
What this PR does / why we need it:
Adds option to disable addition of X-Scope-OrgID header in ruler remote write config. Needed to remote write to Amazon Managed Prometheus (Cortex).
Which issue(s) this PR fixes:
I suspect (but cannot prove) this will add a workaround for this existing open issue #9438
Special notes for your reviewer:
This is a similar PR from the Tempo project where it could not remote write to Amazon Managed Prometheus. We were having the same issues with the X-Scope-OrgID header that now works once this header is disabled.
Related issue from Tempo project
Checklist
CONTRIBUTING.md
guide (required)CHANGELOG.md
updatedadd-to-release-notes
labeldocs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR