Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add new metric ingress_controller_admission_count
Browse files Browse the repository at this point in the history
dweber019 committed May 27, 2024
1 parent e3f336e commit 4fa4866
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/styles/kong/auto-ignore.txt
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@ ingress_controller_configuration_push_broken_resource_count
ingress_controller_configuration_push_last_successful
ingress_controller_translation_broken_resource_count
ingress_controller_translation_count
ingress_controller_admission_count
inlineString
involvedObject
kuma
@@ -93,4 +94,4 @@ KongPlugin
KongClusterPlugin
KongConsumer
Rekor
Sigstore
Sigstore
Original file line number Diff line number Diff line change
@@ -72,6 +72,17 @@ This metric provides these labels:

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

{% endif_version %}
{% if_version gte:3.2.x %}
### ingress_controller_admission_count

`ingress_controller_admission_count` (type: `counter`) provides the number of admissions that the admission webhook processes.

This metric provides these labels:

* `allowed` describes whether an admission was allowed
* `resource` describes the resource under admission

{% endif_version %}

## Low-level performance metrics

0 comments on commit 4fa4866

Please sign in to comment.