Skip to content

Commit 42af34f

Browse files
committed
Add result dimension to docs
1 parent 87815fb commit 42af34f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/telemetry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The following ingestion metrics with their corresponding dimensions are availabl
2424
- `result` - Indicates if the full batch size was used (batch size == max concurrency of the transport): `full` or `partial`
2525
- `sc.audit.ingestion.message_duration_seconds` - Audit message processing duration in seconds
2626
- `message.category` - Indicates the category of the message ingested: `audit-message`, `saga-update` or `control-message`
27+
- `result` - Indicates the outcome of the operation: `success`, `failed` or `skipped` (if the message was filtered out and skipped)
2728
- `sc.audit.ingestion.failures_total` - Failure counter
2829
- `message.category` - Indicates the category of the message ingested: `audit-message`, `saga-update` or `control-message`
2930
- `result` - Indicates how the failure was resolved: `retry` or `stored-poision`

0 commit comments

Comments
 (0)