Skip to content

Commit e81e824

Browse files
committed
docs: add new metric ingress_controller_admission_count
1 parent e3f336e commit e81e824

File tree

1 file changed

+11
-0
lines changed
  • app/_src/kubernetes-ingress-controller/production/observability

1 file changed

+11
-0
lines changed

app/_src/kubernetes-ingress-controller/production/observability/prometheus.md

+11
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ This metric provides these labels:
7272

7373
`ingress_controller_translation_broken_resource_count` (type: `gauge`) provides the number of resources that the controller cannot successfully translate to {{site.base_gateway}} configuration.
7474

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
85+
7586
{% endif_version %}
7687

7788
## Low-level performance metrics

0 commit comments

Comments
 (0)