Skip to content
Discussion options

You must be logged in to vote

hi @songlin-rgb, good question. Here are some general thoughts on high cardinality.

  • In general, we disable templates that are known to cause cardinality issues. e.g. CIFSSession, CIFSShare, NetConnections, etc.
  • Sometimes dropping a metric by updating the template to not export it makes sense. It probably does not in the workload case.
  • Drop zero-valued timeseries at the Prometheus/Victoria Metrics(VM) collector level. Harvest doesn't natively support dropping zero-valued metrics at collection time today (might be good feature drop_if_zero: true?), but you can do that at ingest via recording rules or metric_relabel_configs. You could also use this to only keep metrics for specific volumes,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by songlin-rgb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants