Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new metric ingress_controller_admission_count to docs #7429

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/styles/kong/auto-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -93,4 +94,4 @@ KongPlugin
KongClusterPlugin
KongConsumer
Rekor
Sigstore
Sigstore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading