graphite-project / carbon

Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
http://graphite.readthedocs.org/
Apache License 2.0
1.5k stars 490 forks source link

[Q] Is it possible to add tags to existing time series #924

Closed rgoadvice closed 3 years ago

rgoadvice commented 3 years ago

Dear Graphite-Team,

is it possible to add tags to existing time series (meaning: without losing its history)?

Thanks! Ralf

deniszh commented 3 years ago

Hi @rgoadvice

No, unfortunately not - metric with tags and metric without tags are two different metrics.

rgoadvice commented 3 years ago

Thanks for the quick response and clarification!