-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Pipeline metrics reporting incorrect values #3029
Comments
Thanks @rlandesman, we have similar issue reported for |
@pritidesai |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
/remove-lifecycle rotten @rlandesman you still experiencing this issue? |
Not a huge issue for me atm, I think it's fair to remove this from priority until it comes up again |
Closing this for now, we will revisit in future if needed. |
Expected Behavior
In Tekton CLI using
tkn tr list
I am seeing hundreds of successful TaskRuns, each triggered by a demo pipeline I have setup. In running the promQL querytekton_taskrun_count
the correct number of successful/failed TaskRuns shows, and I expect that runningtekton_taskrun_duration_seconds_count
would show the duration of each of these TaskRunsActual Behavior
The promQL query
tekton_taskrun_duration_seconds_count
results in just 5 (failed) TaskRuns. Furthermore, in attempting to parse out the data using the 'tekton_pipelinerun_taskrun_duration_seconds_count' label, I am seeing unusual resultant times for TaskRuns.Steps to Reproduce the Problem
Additional Info
I'm rather new to Tekton/Open Source so there's a chance I'm just missing something here but as of now this looks like a bug to me. Would love to help out in anyway I can!
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: