Skip to content

Commit

Permalink
Add doc for "openwec_event_output_failures_total" metric
Browse files Browse the repository at this point in the history
  • Loading branch information
vruello committed Nov 23, 2024
1 parent 236d6dc commit b613422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b613422

Please sign in to comment.