mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
36 lines
1.7 KiB
Plaintext
36 lines
1.7 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * serverless/admin_guide/serverless-admin-monitoring.adoc
|
|
|
|
[id="serverless-admin-monitoring-eventing-sources_{context}"]
|
|
= Monitoring event sources
|
|
|
|
You can use the {product-title} monitoring dashboards to view metrics for event sources in your cluster.
|
|
|
|
.Prerequisites
|
|
|
|
* You have cluster administrator permissions, and access to the *Administrator* perspective in the {product-title} web console.
|
|
* You have installed the {ServerlessOperatorName}, as well as the Knative Eventing component.
|
|
* The {product-title} monitoring stack is enabled on your cluster. You can enable monitoring for {ServerlessProductName} during installation by checking the box to *Enable operator recommended cluster monitoring on this namespace* when installing the {ServerlessOperatorName}.
|
|
|
|
.Procedure
|
|
|
|
. In the *Administrator* perspective, navigate to *Monitoring* -> *Dashboards*.
|
|
. Select the *Knative Eventing - Sources* dashboard in the *Dashboard* drop-down list.
|
|
. You can now view the following metrics:
|
|
.. For API server sources:
|
|
*** Event Count (rate per minute)
|
|
*** Success Rate (2xx Event, fraction rate per minute)
|
|
*** Event Count by Response Code Class (rate per minute)
|
|
*** Failure Rate (non-2xx Event, fraction rate per minute)
|
|
.. For ping sources:
|
|
*** Event Count (rate per minute)
|
|
*** Success Rate (2xx Event, fraction rate per minute)
|
|
*** Event Count by Response Code Class (rate per minute)
|
|
*** Failure Rate (non-2xx Event, fraction rate per minute)
|
|
.. For Kafka sources:
|
|
*** Event Count (rate per minute)
|
|
*** Success Rate (2xx Event, fraction rate per minute)
|
|
*** Event Count by Response Code Class (rate per minute)
|
|
*** Failure Rate (non-2xx Event, fraction rate per minute)
|