Commit 3e89f44
authored
fix(destination)!: replace ip_port_subscribers with workload_subscribers (#14612)
* fix(destination): drop ip and port metric labels
The destination control's ip_port_subscriber and ip_port_updates metrics are
potentailly exposed for every IP that is discovered. This is high cardinality
and puts undo pressure on the metrics infrastructure.
This change drops these labels, so that there is a single ip_port_subscriber and
ip_port_updates timeseries.
* rename metric to workload_subscribers1 parent 08119c1 commit 3e89f44
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | | - | |
| 63 | + | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
455 | 454 | | |
456 | 455 | | |
457 | 456 | | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
| 457 | + | |
| 458 | + | |
462 | 459 | | |
463 | 460 | | |
464 | 461 | | |
| |||
0 commit comments