clickhouse-datasource
clickhouse-datasource copied to clipboard
Grafana Plugin for ClickHouse
**Is your feature request related to a problem? Please describe.** display the whole logs within logs panel without complex query **Describe the solution you'd like** add support for `format JSONEachRow`,...
**What happened**: Whenever I add an ad-hoc filter for a panel, the plugin makes a request `SELECT name, type, table FROM system.columns`, which adds a few sec. delay. **What you...
**What happened**: I'm trying to connect my grafana cloud instance with clickhouse over https. The clickhouse instance is from cloudflare api.cloudflare.com/client/v4/accounts/xxx/analytics_engine/sql where xxx is the account id. - docs: https://developers.cloudflare.com/analytics/analytics-engine/grafana/...
**What happened**: When one uses [query_analysis dashboard](https://github.com/grafana/clickhouse-datasource/blob/main/src/dashboards/query-analysis.json) against a cluster, they receive wrong results since the result is returned only for a single node because system tables aren't replicated. **What...
**What happened**: While using the datasource to display a log panel I noticed that even tho there are common labels, they are not grouped. **What you expected to happen**: Labels...
**Is your feature request related to a problem? Please describe.** I would like to connect to multiple ClickHouse servers to support our load-balancing and failover requirements. **Describe the solution you'd...
At present, we only support passing data source connection proxy config via environment variables. In order to support options passed via `config.ini`, we'll need to make some changes so that...
**Describe the bug** Unable to pass query with groupArray `SELECT t, groupArray((reason, c)) as reasons FROM ( SELECT toStartOfFiveMinute(record_datetime) AS t, JSONExtractInt(data, 'reason') AS reason, count(*) AS c FROM hepic_data.sip_transaction_call...
**Is your feature request related to a problem? Please describe.** Log panel entries does not highlighted with filter by %word%. For comparison - in Loki filtered by regex words are...
**Is your feature request related to a problem? Please describe.** We're looking to use clickhouse for storing trace data instead of loki and would like the ability to link a...