prometheus-junkyard / tsdb

The Prometheus time series database layer.
Apache License 2.0
835 stars 178 forks source link

Print label names with highest cumulative label value length during tsdb analyze #626

Closed csmarchbanks closed 5 years ago

csmarchbanks commented 5 years ago

Add a print section for the total size of all the label values by each label. We found this instrumental recently for finding the culprit of very high symbol table size.

cc: @rscot231

brian-brazil commented 5 years ago

:+1:

csmarchbanks commented 5 years ago

@krasi-georgiev Would you be willing to take a look at this when you get a chance?

krasi-georgiev commented 5 years ago

no need, it is a rather small change and Brian already approved so merging.