Skip to content

Add task_latency_processing_no_persistence metric and context counter#9367

Open
awln-temporal wants to merge 1 commit intomainfrom
task-processing-latency-no-persistence
Open

Add task_latency_processing_no_persistence metric and context counter#9367
awln-temporal wants to merge 1 commit intomainfrom
task-processing-latency-no-persistence

Conversation

@awln-temporal
Copy link
Contributor

What changed?

Add task_latency_processing_no_persistence metric and context counter. Allows any task to emit this metric as long as TaskPersistenceLatency Counter is incremented.

This metric is emitted by Executable MetricsHandler, which adds namespace, operation, taskType, serviceName as Metric Tags.

In this change, only Visibility tasks publish task_latency_processing_no_persistence.

Why?

Separate Visibility task latency from persistence, and allow any other task to emit this metric in the future.

How did you test it?

  • built
  • run locally and tested manually
  • covered by existing tests
  • added new unit test(s)
  • added new functional test(s)

@awln-temporal awln-temporal requested review from a team as code owners February 19, 2026 22:57
@awln-temporal awln-temporal force-pushed the task-processing-latency-no-persistence branch from 0c551c8 to b4999cb Compare February 20, 2026 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments