Thomas Casteleyn
Thomas Casteleyn
Oh, okay then: ```yaml # Need to be URL, http or https # This url specifies the backend or a loadbalancer # # If you are using carbonzipper you should...
Is there any progress on this? We would love to use tagged metrics, but it seems not possible when using go-carbon?
See this extract from one of my servers: ```SQL SELECT column, any(type), formatReadableSize(sum(column_data_compressed_bytes)) AS compressed, formatReadableSize(sum(column_data_uncompressed_bytes)) AS uncompressed, sum(rows) FROM system.parts_columns WHERE (table = 'graphite_data') AND active GROUP BY column...
4 months later and I have seen that compress ratio for column `Timestamp` has gone from 4-5 up to 220+ So again, why is `zero-timestamp` not set by default? Why...
So, I still don't see use case to have anything other than `0` in `Timestamp` col. Why would there be a case that there are multiple rows on the same...
Hi guys, would graphite-clickhouse benefit from any projections? https://www.youtube.com/watch?v=jJ5VuLr2k5k
The referenced [networkmap.js](http://otm.github.io/networkmap.js/) looks nice, although [vis.js](http://visjs.org/network_examples.html) might also be a good way to start with.
Yes please
Should have been fixed by #109? Or maybe just introduced by that?
Hi @SuperQ, I think https://github.com/influxdata/telegraf/issues/8479 is a related issue?