From b613422458186747e8e2238afab3e0bc2acebb25 Mon Sep 17 00:00:00 2001 From: Vincent Ruello <5345986+vruello@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:06:41 +0100 Subject: [PATCH] Add doc for "openwec_event_output_failures_total" metric --- doc/monitoring.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/monitoring.md b/doc/monitoring.md index b5d7283..c9a4581 100644 --- a/doc/monitoring.md +++ b/doc/monitoring.md @@ -48,6 +48,7 @@ Metrics collection and publication can be enabled in the OpenWEC settings (see ` | `http_request_body_real_size_bytes_total` | `Counter` | `method`, `uri`, `machine` (optional*) | The total size of all http requests body received by openwec after decryption and decompression | | `http_request_body_network_size_bytes_total` | `Counter` | `method`, `uri`, `machine` (optional*) | The total size of all http requests body received by openwec | | `openwec_messages_total` | `Counter` | `action` (one of `"enumerate"`, `"heartbeat"`, `"events"`) | Number of messages received by openwec | +| `openwec_event_output_failures_total` | `Counter` | `subscription_uuid`, `subscription_name` | Number of events that could not be written to outputs by openwec | | `http_request_duration_seconds` | `Histogram` | `method`, `status`, `uri` | HTTP requests duration histogram | > [!WARNING]