operator icon indicating copy to clipboard operation
operator copied to clipboard

Add tracing support in operator

Open jkandasa opened this issue 2 months ago • 0 comments

Feature request

Currently we do not have tracing support to measure the time taken(latency and parameters used) on reconcile logic and other blocks. Without this trace, it is really hard to narrow down the performance related issues. I see pipeline repository already has tracing support via https://github.com/tektoncd/community/blob/main/teps/0124-distributed-tracing-for-tasks-and-pipelines.md

Use case

On performance issue, I want to narrow down the latency, where it is happening.

jkandasa avatar Apr 15 '24 11:04 jkandasa