Skip to content

Commit e2d762d

Browse files
rkannan82claude
andcommitted
Remove unnecessary TemporalSysTaskQueueValue export
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ef3b2d7 commit e2d762d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

common/metrics/task_queues.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

service/matching/matching_engine_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)