Expand description
Operation labels passed to Metrics::on_persistence_error.
Named constants rather than string literals at the call sites, so the set stays bounded and greppable — an operator building a dashboard needs to know every value this can take, and a typo at one call site would otherwise create a silent second series.
Constants§
- ARTIFACT_
APPEND - Persisting parts appended to an existing artifact.
- ARTIFACT_
PUSH - Persisting a newly added artifact.
- FAILED_
STATE - Persisting the failed state after an invalid transition was rejected.
- HISTORY_
APPEND - Persisting an agent message appended to the task’s history.
- STATUS_
UPDATE - Persisting a task status transition.
- TASK_
SNAPSHOT - Persisting a whole-task snapshot event.