Skip to content

Commit

Permalink
docs: add new metric ingress_controller_admission_count
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber019 committed May 27, 2024
1 parent e3f336e commit c506de8
Showing 1 changed file with 11 additions and 0 deletions.
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

Check failure on line 77 in app/_src/kubernetes-ingress-controller/production/observability/prometheus.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [kong.Spelling] Did you really mean 'ingress_controller_admission_count'? Raw Output: {"message": "[kong.Spelling] Did you really mean 'ingress_controller_admission_count'?", "location": {"path": "app/_src/kubernetes-ingress-controller/production/observability/prometheus.md", "range": {"start": {"line": 77, "column": 5}}}, "severity": "ERROR"}

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

This metric provides these labels:

* `allowed` describes wheter an admission was allowed

Check failure on line 83 in app/_src/kubernetes-ingress-controller/production/observability/prometheus.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [kong.Spelling] Did you really mean 'wheter'? Raw Output: {"message": "[kong.Spelling] Did you really mean 'wheter'?", "location": {"path": "app/_src/kubernetes-ingress-controller/production/observability/prometheus.md", "range": {"start": {"line": 83, "column": 23}}}, "severity": "ERROR"}
* `resource` describes the resouce under admission

Check failure on line 84 in app/_src/kubernetes-ingress-controller/production/observability/prometheus.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [kong.Spelling] Did you really mean 'resouce'? Raw Output: {"message": "[kong.Spelling] Did you really mean 'resouce'?", "location": {"path": "app/_src/kubernetes-ingress-controller/production/observability/prometheus.md", "range": {"start": {"line": 84, "column": 28}}}, "severity": "ERROR"}

{% endif_version %}

## Low-level performance metrics
Expand Down

0 comments on commit c506de8

Please sign in to comment.