We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
On performance issue, I want to narrow down the latency, where it is happening.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: