File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ const (
1414
1515 // NormalPartitionTagValue is the partition tag value for normal (non-sticky) partitions.
1616 NormalPartitionTagValue = normal
17- // TemporalSysTaskQueueValue is the task queue tag value for server-internal task queues.
18- TemporalSysTaskQueueValue = temporalSys
1917)
2018
2119// GetPerTaskQueueFamilyScope returns "namespace" and "taskqueue" tags. "taskqueue" will be "__omitted__" if
Original file line number Diff line number Diff line change @@ -5246,7 +5246,7 @@ func TestLoggerAndMetricsForPartition_InternalTaskQueue(t *testing.T) {
52465246 {
52475247 name : "internal task queue gets __temporal_sys__ taskqueue tag" ,
52485248 tqName : "/temporal-sys/worker-commands/ns/key" ,
5249- expectTQValue : metrics . TemporalSysTaskQueueValue ,
5249+ expectTQValue : "__temporal_sys__" ,
52505250 },
52515251 }
52525252
You can’t perform that action at this time.
0 commit comments