-
Notifications
You must be signed in to change notification settings - Fork 120
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
Configured custom headers not being used in Grafana managed alerts #483
Comments
looks like bug in golang part of plugin |
Ah ok, thanks for taking a look |
Hello. I've been running into this same issue. Did you ever find a workaround? |
No workaround in the plugin unfortunately - I ended up making a proxy datasource Hoping to see this in the plugin at some point! |
I also just experienced this issue on Grafana cloud while using this plugin to access data from Cloudflare worker analytics.
Got a pointer to where? :) |
Aaah perhaps
Headers on requests are currently set in this section clickhouse-grafana/pkg/client.go Lines 61 to 78 in ab4ccd8
And I see nothing about custom headers there |
Hi there, great plugin! I have a configured datasource that needs to specify a custom
Authorization
header. This is working well in multiple dashboards.I'd like to use this datasource in Grafana's alert feature, but all queries fail! Seemingly not using the custom header for alerts.
Grafana v10.0.0 (81d85ce802)
plugin version: 2.5.3
The text was updated successfully, but these errors were encountered: