Has anyone sent Prometheus Metrics to ClickHouse? I need to understand how metric types Counter and Gauge be ingested to ClickHouse? ClickHouse has a rollup feature to sum up events before ingestion but the Counters are already summed up. Also, Gauge metric can decrease over time. I can't clearly see how this can be handled in ClickHouse.
There is a repo to remote_write to clickhouse https://github.com/mindis/prom2click#getting-started Will the table schema work for my above concerns? -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/5973e5ec-e070-45be-8dca-d18120d4d5e4n%40googlegroups.com.

