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: app/_src/kubernetes-ingress-controller/production/observability/prometheus.md
+11
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,17 @@ This metric provides these labels:
72
72
73
73
`ingress_controller_translation_broken_resource_count` (type: `gauge`) provides the number of resources that the controller cannot successfully translate to {{site.base_gateway}} configuration.
74
74
75
+
{% endif_version %}
76
+
{% if_version gte:3.2.x %}
77
+
### ingress_controller_admission_count
78
+
79
+
`ingress_controller_admission_count` (type: `counter`) provides the number of admissions that the admission webhook processes.
80
+
81
+
This metric provides these labels:
82
+
83
+
*`allowed` describes whether an admission was allowed
84
+
*`resource` describes the resource under admission
0 commit comments