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

Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data) | `9.4.3` | `10.4.2` | | [@grafana/experimental](https://github.com/grafana/grafana-experimental)...

dependencies
javascript
requires-manual-approval

I couldn't figure out how to achieve this, hope I haven't missed something obvious 😅 **What happened**: I want to use the "auto" interval option in Grafana so that the...

enhancement
good first issue
datasource/ClickHouse
priority/med

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.4+incompatible to 26.1.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.1 26.1.1 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies
go
requires-manual-approval

Fixes #805. This PR does a few things: - Handles `LowCardinality()` data type correctly and adds tests - Adds a converter for `String` to handle the recursion in `GetConverter` correctly...

type/bug
datasource/ClickHouse
go
effort/small

**What happened**: Trying to select a column of aforementioned type returns an error: ``` sql: Scan error on column index 0, name "%column_name%": unsupported Scan, storing driver.Value type *string into...

type/bug
datasource/ClickHouse

Bumps [dagger.io/dagger](https://github.com/dagger/dagger-go-sdk) from 0.10.2 to 0.11.2. Changelog Sourced from dagger.io/dagger's changelog. sdk/go/v0.11.2 - 2024-04-26 This SDK uses 🚙 Engine + 🚗 CLI version v0.11.2. See what changed in that release....

dependencies
go
requires-manual-approval

Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.21.1 to 2.23.2. Release notes Sourced from github.com/ClickHouse/clickhouse-go/v2's releases. v2.23.2 What's Changed Fixes 🐛 Fixed panic on concurrent context key map write by @​Wang in ClickHouse/clickhouse-go#1284 Other...

dependencies
go
requires-manual-approval

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed Changes feat: add support for pull_request_target and only-new-issues by @​kovetskiy in golangci/golangci-lint-action#506 feat: add option...

dependencies
github_actions
requires-manual-approval

**What happened**: I'm using the latest version of the OpenTelemetry Clickhouse Exporter and have it integrated with Grafana 10.x using the latest Clickhouse datasource version. I can view the trace,...

type/bug
datasource/ClickHouse

**What happened**: I am using Grafana:10.4.0. I send my application traces to clickhouse via the opentelemetry clickhouse exporter and use Loki with s3 as storage for Logs. I have added...

enhancement
datasource/ClickHouse
priority/low