Altinity / clickhouse-grafana

Altinity Grafana datasource plugin for ClickHouse®
MIT License
715 stars 120 forks source link

Set up to 10 custom headers on go client #613

Open addshore opened 3 weeks ago

addshore commented 3 weeks ago

Should fix #483

I was not able to test this in a development environemtn myself, however the code change si rather straight forward. Open to ideas to better read the JSON, but ultimately I believe this should work for 99.9% of folks cases and isn;t too ugly. We could always up the limit from 10 with little effort. I'd be happy to have #483 resolved!

addshore commented 2 weeks ago

@Slach I see you active, I wonder if you might be able to take a look at this?

Slach commented 1 week ago

sorry for late response, failures in e2e test is not related to your PR, to ensure could you merge latest comits from master something like git pull upstream master?