-
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
Metrics Exporter Bundles Remote Tasks Together and Labels Them as "Anonymous" #8215
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
+1, it seems that not only clusterTask or remoteTask, but also ordinary tasks will have
|
|
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
When running a pipeline with a mix of ClusterTask and remote Task definitions, the Tekton controller correctly exports metrics for the ClusterTask. However, metrics for the remote tasks are bundled together and labeled as "anonymous" in Prometheus.
Steps to Reproduce:
Expected Behavior:
Each task, whether ClusterTask or remote Task, should have its own distinct metrics exported, labeled with the appropriate task name (e.g., git-clone or stakater-create-git-tag).
Actual Behavior:
Metrics for remote tasks are bundled together and labeled as "anonymous," making it difficult to distinguish between them.
Example Pipeline Snippet:
The text was updated successfully, but these errors were encountered: