grafana / clickhouse-datasource

Grafana Plugin for ClickHouse
Apache License 2.0
128 stars 59 forks source link

Plugin health check failed since upgrade to Grafana 10 #438

Closed jelmokri closed 1 year ago

jelmokri commented 1 year ago

Hello,

it seems the plugin is not compatible with Grafana 10. Since the upgrade, I have the following error when I save the datasource : "Plugin health check failed"

Is there a way to fix without downgrade grafana version ?

Thanks for your help.

mshustov commented 1 year ago

@jelmokri, what plugin version do you use? v3.1.0 is compatible with v10 https://github.com/grafana/clickhouse-datasource/blob/main/CHANGELOG.md

jelmokri commented 1 year ago

Hello, I use the 3.1.0 version of the plugin with grafana 10.0.1

When I save the datasource , I have the error above and so all the panels depending of this datasource not work anymore

IsStatic commented 1 year ago

mark,me too

aangelisc commented 1 year ago

Hi @jelmokri, @grafana/observability-metrics I've tested 3.1.0 against Grafana 10 today and I can successfully connect to a ClickHouse datasource. Do you have any more details on the errors you're seeing?

itsmylife commented 1 year ago

@aangelisc I think we (@grafana/observability-metrics) tagged by mistake? Do you need anything specific from our side?

aangelisc commented 1 year ago

@itsmylife I'm not sure why you were tagged but yep that's a mistake! Don't worry nothing needed from you 😊

jelmokri commented 1 year ago

You can close the issue.

I have fixed it by using full FQDN in Server address of the datasource configuration

mshustov commented 1 year ago

I have fixed it by using full FQDN in Server address of the datasource configuration

@jelmokri what server address and port did you use before? We can implement a proper validation

jelmokri commented 1 year ago

before : server:port after: FQDN:port