File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments