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
fix: remove project label from projectstorage metrics
The project label on projectstorage_first_ready_seconds,
projectstorage_child_creations_total, and
projectstorage_reinitializing_errors_total creates a cardinality
explosion: 414 projects × 82 resource kinds × histogram buckets ×
9 pods = ~7.2M series, consuming 28% of all VictoriaMetrics
storage in production.
Drop the project label from all three metrics. The distribution
of storage init latency by resource_group and resource_kind is
the useful signal; per-project granularity is not needed and
causes the cardinality problem.
Reduces total series from ~4.7M to ~11K per pod.
Ref: datum-cloud/infra#2113
0 commit comments