remove interface label for interface_stats #1067
Labels
area/controllers
area/data-ingestion-and-visualization
area/plugins
good first issue
Good for newcomers
help wanted
Extra attention is needed
lang/go
The Go Programming Language
priority/0
P0
scope/S
Change is Small
type/fix
Fixes something
Milestone
To reduce metric cardinality, we should aggregate interfaces for
interface_stats
. We filter out several interfaces, and only error/drop stats are included, which are unlikely, but technically, there is risk that the number of interface names could increase over time.Before:
After:
The text was updated successfully, but these errors were encountered: