graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.89k stars 1.26k forks source link

[Q] What's the advantage of using tag based metrics over normal metrics? #2819

Open abdulj8 opened 1 year ago

abdulj8 commented 1 year ago

We have millions of metrics and we looked at tags to see if moving out instance-related nodes from metric names to tags would reduce the number of metrics and consequently also the number of whisper db files. Looks like that is not the case, as it's creating files for each metric name and tag-value combination.

So, what is the advantage of using tags over normal metrics?

deniszh commented 1 year ago

Indeed, tags are quite artificial for Graphite, so, not providing any significant value if using whisper as storage IMO. Compatible systems (e.g. graphite-clickhouse) using it, when not saving metric per file.

stale[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.