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

Graphite cluster backend with ClickHouse support

Results 27 graphite-clickhouse issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) from 0.24.0 to 0.25.1. Release notes Sourced from github.com/prometheus/alertmanager's releases. 0.25.1 / 2023-08-23 [SECURITY] Fix stored XSS via the /api/v1/alerts endpoint in the Alertmanager UI (CVE-2023-40577). 0.25.0 /...

dependencies

Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) from 0.8.1 to 0.8.2. Commits 5b1eab3 Merge pull request from GHSA-7rg2-cxvp-9p7p See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/exporter-toolkit&package-manager=go_modules&previous-version=0.8.1&new-version=0.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR...

dependencies

Not sure why fpm is complaining but the resultant deb and rpm files look good to me.

If an incorrect regex is sent to clickhouse, graphite-clickhouse will return `500: Storage error` which is not very informative. This PR adds validation before that can happen to avoid making...

The current released version [v0.13.4](https://github.com/go-graphite/graphite-clickhouse/releases/tag/v0.13.4) dates from Nov '22 and since then over 100 commits to master have been done.. So I'm wondering if (and when) it becomes time to...

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases. sdk/internal/v1.6.0 1.6.0 (2024-04-16) Features Added Options types for SetBodilessMatcher and SetDefaultMatcher now embed RecordingOptions Added a collection of...

dependencies

Not sure if my implementation is really ideal. Atm the querier.go of prometheus does not supprt filter support for metric and label searches. please review if what I do is...