Skip to content

Commit 42a1756

Browse files
committed
distinct naming for query metrics
1 parent 29f40bf commit 42a1756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/metrics/metric_defs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,8 +1189,8 @@ var (
11891189
WorkerDeploymentVersionVisibilityQueryCount = NewCounterDef("worker_deployment_version_visibility_query_count")
11901190

11911191
WorkflowResetCount = NewCounterDef("workflow_reset_count")
1192-
WorkflowQuerySuccessCount = NewCounterDef("workflow_query_count")
1193-
WorkflowQueryFailureCount = NewCounterDef("workflow_query_count")
1192+
WorkflowQuerySuccessCount = NewCounterDef("workflow_query_success_count")
1193+
WorkflowQueryFailureCount = NewCounterDef("workflow_query_failure_count")
11941194
WorkflowQueryTimeoutCount = NewCounterDef("workflow_query_timeout_count")
11951195
WorkflowTasksCompleted = NewCounterDef("workflow_tasks_completed")
11961196

0 commit comments

Comments
 (0)