clickhouse-datasource icon indicating copy to clipboard operation
clickhouse-datasource copied to clipboard

Grafana Plugin for ClickHouse

Results 54 clickhouse-datasource issues
Sort by recently updated
recently updated
newest added

(DRAFT, requires tests to be added/fixed) ## Overview This PR implements Log Context for logs queries. ![feature overview screenshot](https://github.com/user-attachments/assets/4d4426f3-5279-4df3-8d6e-3700a0da762b) ![show log context button](https://github.com/user-attachments/assets/133c969c-d384-4cf3-a010-76a15d488967) ## Implementation This feature works by taking...

This merge request adds a missing feature, which we have actively used in the past with the Altinity Grafana datasource. In general it allows adhoc filters which make use of...

**What happened**: Clickhouse query which contains: - "INTERVAL 1 MINUTE" in where clause or - "FROM table **SAMPLE 1/10**" fails at SQL parsing into an AST when adhoc filter is...

type/bug
datasource/ClickHouse

Fixes #947 but may also break #262. It makes sense to allow empty strings for this macro, anyone who wishes to exclude the macro can use `$__all` in their query...