mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
31 lines
975 B
Plaintext
31 lines
975 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * serverless/admin_guide/serverless-admin-metrics.adoc
|
|
|
|
:_content-type: REFERENCE
|
|
[id="serverless-webhook-metrics_{context}"]
|
|
= Webhook metrics
|
|
|
|
Webhook metrics report useful information about operations. For example, if a large number of operations fail, this might indicate an issue with a user-created resource.
|
|
|
|
[cols=5*,options="header"]
|
|
|===
|
|
|Metric name
|
|
|Description
|
|
|Type
|
|
|Tags
|
|
|Unit
|
|
|
|
|`request_count`
|
|
|The number of requests that are routed to the webhook.
|
|
|Counter
|
|
|`admission_allowed`, `kind_group`, `kind_kind`, `kind_version`, `request_operation`, `resource_group`, `resource_namespace`, `resource_resource`, `resource_version`
|
|
|Integer (no units)
|
|
|
|
|`request_latencies`
|
|
|The response time for a webhook request.
|
|
|Histogram
|
|
|`admission_allowed`, `kind_group`, `kind_kind`, `kind_version`, `request_operation`, `resource_group`, `resource_namespace`, `resource_resource`, `resource_version`
|
|
|Milliseconds
|
|
|===
|