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
Copy file name to clipboardExpand all lines: docs/root/configuration/observability/statistics.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ Server related statistics are rooted at *server.* with following statistics:
35
35
static_unknown_fields, Counter, Number of messages in static configuration with unknown fields
36
36
dynamic_unknown_fields, Counter, Number of messages in dynamic configuration with unknown fields
37
37
wip_protos, Counter, Number of messages and fields marked as work-in-progress being used
38
+
stats_overflow.counter, Counter, Total number of counter lookup or creation attempts dropped due to reaching the configured limit on label cardinality.
39
+
stats_overflow.gauge, Counter, Total number of gauge lookup or creation attempts dropped due to reaching the configured limit on label cardinality.
40
+
stats_overflow.histogram, Counter, Total number of histogram lookup or creation attempts dropped due to reaching the configured limit on label cardinality.
0 commit comments