You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I posted an issue to the carbon-clickhouse repo some time ago asking how to delete specific metrics.
I ended up finding a way using some SQL queries, but I think this project would greatly benefit from another tool to manage the metrics as a whole.
In the traditional Graphite use, you can rename and delete metrics easily by just renaming or deleting folders/files on disk, with the changes being almost instantly visible in any front-end.
With CH as the backend, you'd need to figure out how to do very specific SQL queries to the same thing.
Would it be possible to create a way to do this? I'm thinking either a standalone tool that talks directly to the CH instance, or maybe a REST API that works via graphite-clickhouse on a new URL (/metrics, or /api/metrics), which would allow for some typical management tasks.
The text was updated successfully, but these errors were encountered:
I'm having a hard time finding an easy way to purge old data from CH, without having to engineer some very complex queries. An API in GCH that's given a full metric path, and then handles the deletions would be an invaluable asset.
I posted an issue to the carbon-clickhouse repo some time ago asking how to delete specific metrics.
I ended up finding a way using some SQL queries, but I think this project would greatly benefit from another tool to manage the metrics as a whole.
In the traditional Graphite use, you can rename and delete metrics easily by just renaming or deleting folders/files on disk, with the changes being almost instantly visible in any front-end.
With CH as the backend, you'd need to figure out how to do very specific SQL queries to the same thing.
Would it be possible to create a way to do this? I'm thinking either a standalone tool that talks directly to the CH instance, or maybe a REST API that works via graphite-clickhouse on a new URL (
/metrics
, or/api/metrics
), which would allow for some typical management tasks.The text was updated successfully, but these errors were encountered: