You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
|`gateway_events_received_total`| Total of events received. | Counter |`space`, `type`|
10
-
|`gateway_events_processed_total`| Total of processed events. | Counter |`space`, `type`|
11
-
|`gateway_events_dropped_total`| Total of events dropped due to insufficient processing power. | Counter |`space`, `type`|
12
-
|`gateway_events_backlog`| Gauge of asynchronous events count waiting to be processed. | Gauge ||
13
-
|`gateway_events_custom_processing_seconds`| Bucketed histogram of processing duration of an event. From receiving the asynchronous custom event to calling a function. | Histogram ||
|`eventgateway_events_received_total`| Total of events received.| Counter |`space`, `type`|
10
+
|`eventgateway_events_processed_total`| Total of processed events.| Counter |`space`, `type`|
11
+
|`eventgateway_events_dropped_total`| Total of events dropped due to insufficient processing power. | Counter |`space`, `type`|
12
+
|`eventgateway_events_backlog`| Gauge of asynchronous events count waiting to be processed.| Gauge ||
13
+
|`eventgateway_events_custom_processing_seconds`| Bucketed histogram of processing duration of an event. From receiving the asynchronous custom event to calling a function. | Histogram ||
14
14
15
15
### Labels
16
16
@@ -21,11 +21,11 @@ Both Events and Configuration API exposes Prometheus metrics. The metrics are ac
0 commit comments