Skip to content

Commit

Permalink
Rename task queue metric tag (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitarb committed Jan 21, 2021
1 parent 75a589d commit d87457a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/common/metrics/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const (
WorkerTypeTagName = "worker_type"
WorkflowTypeNameTagName = "workflow_type"
ActivityTypeNameTagName = "activity_type"
TaskQueueTagName = "taskqueue"
TaskQueueTagName = "task_queue"
OperationTagName = "operation"
)

Expand Down

0 comments on commit d87457a

Please sign in to comment.