Skip to content

Commit fa69c81

Browse files
committed
add cluster:infrastructure_topology:info recording rule
This very simple recording rule is used as a telemetry signal. This is best done via a recording rule so that non-relevant labels can be aggregated and thus reduce the cardinality in our telemetry storage. Signed-off-by: Jan Fajerski <[email protected]>
1 parent 983f086 commit fa69c81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/0000_90_kube-apiserver-operator_03_servicemonitor.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ spec:
5959
rules:
6060
- expr: sum by(mode) (cluster_controlplane_topology)
6161
record: cluster:controlplane_topology:info
62+
- expr: sum by(mode) (cluster_infrastructure_topology)
63+
record: cluster:infrastructure_topology:info

0 commit comments

Comments
 (0)