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
Grafana behaviour on FreeBSD:
Install Clickhouse as a plugin in Grafana to be used as data source. After installation red error "Plugin failed to start".
Grafana version: # pkg version | grep -i grafana grafana-12.3.0_1
Expected behaviour in Grafana:
Able to install Clickhouse data source plugin and configure a Clickhouse data source in Grafana.
Clickhouse itself is available on FreeBSD; it would be productive to be able to use the Clickhouse data source in Grafana on FreeBSD.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Grafana behaviour on FreeBSD:
Install Clickhouse as a plugin in Grafana to be used as data source. After installation red error "Plugin failed to start".
Grafana version:
# pkg version | grep -i grafana grafana-12.3.0_1Grafana log check:
# tail /var/log/grafana/grafana.loglogger=context userId=1 orgId=1 uname=admin t=2026-01-28T21:14:11.124268504Z level=error msg="Request Completed" method=GET path=/api/plugins/grafana-clickhouse-datasource/settings status=500 remote_addr=1.2.3.4 time_ms=1 duration=1.599407ms size=36 referer=https://example.com/plugins/grafana-clickhouse-datasource handler=/api/plugins/:pluginId/settings status_source=server error="fork/exec /var/db/grafana/plugins/grafana-clickhouse-datasource/gpx_clickhouse_freebsd_amd64: no such file or directory"Directory check:
# ls /var/db/grafana/plugins/grafana-clickhouse-datasource/CHANGELOG.md README.md gpx_clickhouse_darwin_amd64 gpx_clickhouse_linux_arm img plugin.json LICENSE dashboards gpx_clickhouse_darwin_arm64 gpx_clickhouse_linux_arm64 module.js MANIFEST.txt go_plugin_build_manifest gpx_clickhouse_linux_amd64 gpx_clickhouse_windows_amd64.exe module.js.mapExpected behaviour in Grafana:
Able to install Clickhouse data source plugin and configure a Clickhouse data source in Grafana.
Clickhouse itself is available on FreeBSD; it would be productive to be able to use the Clickhouse data source in Grafana on FreeBSD.
Or, maybe I am missing something?
Beta Was this translation helpful? Give feedback.
All reactions