Mikhail f. Shiryaev

Results 117 comments of Mikhail f. Shiryaev

Hey @wurstmeister, is there anything that would push this PR further? We've faced the limitations mentioned in #325, and this PR definitely fixes #325

@jiangmiao thank you for the great plugin. I would appreciate if you could take a look on the small fix for this issue #227

Hi. To have proper `null`-points you need to have a valid retention config for the GraphiteMergeTree table. Then graphite-clickhouse returns valid None-points for any format.

Ok, sorry for my previous comment, I haven't slept enough today and got the issue differently, because you have a distributed table `graphite.data`, but the table in graphite_rollup is `graphite.data_local`....

Hey. I have zero experience in Prom, so can't provide any support on the topic. I am not sure why has removed `help wanted`, since help is definitely needed here

I upgraded the branch https://github.com/lomik/graphite-clickhouse/tree/upgrade_prometheus and there some initial attempts to adjust the code to the latest prom. But since I am not in the context of Prometheus, I am...

GCH has a feature to provide graphite metrics in the native prometheus format. See https://github.com/lomik/graphite-clickhouse/blob/master/prometheus/querier_select.go#L33, for example

Hey. I'd like to implement it, so the suggestions on what metrics are necessary to implement are very appreciated! Here's an idea to implement: - [ ] Counters (increasing metrics)...

Hey @matiza5, it's a little bit complex to implement. Although it's possible. And, I guess, after the recently implemented `ClickHouse internal aggregation` feature it makes sense. The idea is to...