Skip to content

Commit 372ac78

Browse files
group constants better
1 parent 290911e commit 372ac78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conductor/client/telemetry/model/metric_documentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class MetricDocumentation(str, Enum):
1717
TASK_POLL_TIME_HISTOGRAM = "Task poll duration in seconds with quantiles"
1818
TASK_RESULT_SIZE = "Records output payload size of a task"
1919
TASK_UPDATE_ERROR = "Task status cannot be updated back to server"
20-
TASK_UPDATE_TIME_HISTOGRAM = "Latency of task result updates in seconds"
2120
THREAD_UNCAUGHT_EXCEPTION = "thread_uncaught_exceptions"
2221
WORKER_RESTART = "Worker subprocess restarted"
2322
WORKFLOW_START_ERROR = "Counter for workflow start errors"
@@ -27,6 +26,7 @@ class MetricDocumentation(str, Enum):
2726
API_REQUEST_TIME_CANONICAL = "Latency of HTTP API client requests in seconds"
2827
TASK_POLL_TIME_HISTOGRAM_CANONICAL = "Latency of task poll requests in seconds"
2928
TASK_EXECUTE_TIME_HISTOGRAM_CANONICAL = "Duration of worker task execution in seconds"
29+
TASK_UPDATE_TIME_HISTOGRAM = "Latency of task result updates in seconds"
3030
TASK_EXECUTION_STARTED = "Incremented when a polled task is dispatched to the worker function"
3131
TASK_POLL_ERROR = "Incremented when a poll request fails client-side"
3232
TASK_RESULT_SIZE_BYTES = "Serialized byte size of task result output"

0 commit comments

Comments
 (0)