mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
30 lines
948 B
Plaintext
30 lines
948 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * serverless/admin_guide/serverless-admin-metrics.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="serverless-event-source-metrics_{context}"]
|
|
= Event source metrics
|
|
|
|
You can use the following metrics to verify that events have been delivered from the event source to the connected event sink.
|
|
|
|
[cols=5*,options="header"]
|
|
|===
|
|
|Metric name
|
|
|Description
|
|
|Type
|
|
|Tags
|
|
|Unit
|
|
|
|
|`event_count`
|
|
|Number of events sent by the event source.
|
|
|Counter
|
|
|`broker_name`, `container_name`, `filter_type`, `namespace_name`, `response_code`, `response_code_class`, `trigger_name`, `unique_name`
|
|
|Integer (no units)
|
|
|
|
|`retry_event_count`
|
|
|Number of retried events sent by the event source after initially failing to be delivered.
|
|
|Counter
|
|
|`event_source`, `event_type`, `name`, `namespace_name`, `resource_group`, `response_code`, `response_code_class`, `response_error`, `response_timeout` |Integer (no units)
|
|
|===
|