Closed volfco closed 4 years ago
graphite-clickhouse has 2 different tags systems:
tagged-table
tag-table
For graphite tagged metrics you need:
tag-table = "graphite_tag"
with
tagged-table = "graphite_tagged"
You can see the working preconfigured example here https://github.com/lomik/graphite-clickhouse-tldr
After getting tags correctly, I'm unable to populate the tags table using the command, nor get any results when directly talking to the api.
I'm feeding in tagged data
graphite-conifg.conf
carbon-clickhouse.conf
The data in question looks like this:
I think I have all my bases covered, so I must be missing something.