From f642f1c8f03e62bb31c9f56b079e926b5d9bf30f Mon Sep 17 00:00:00 2001 From: Doc Bot Date: Thu, 18 Sep 2025 13:57:51 +0000 Subject: [PATCH 1/3] Auto-generated doc updates from code changes PR Link: https://github.com/csoceanu/tektoncd-chains/pull/1 Latest commit: 468fb69 Assisted-by: Gemini --- upstream/docs/metrics.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/upstream/docs/metrics.md b/upstream/docs/metrics.md index 9f1b07f333..0872a6c5d2 100644 --- a/upstream/docs/metrics.md +++ b/upstream/docs/metrics.md @@ -1,3 +1,4 @@ +```markdown # Metrics Tekton Chains exposes standard @@ -24,6 +25,8 @@ The following chains metrics are also available at `tekton-chains-metrics` servi | `watcher_taskrun_payload_uploaded_total` | Counter | Total number of uploaded payloads for taskruns | | `watcher_taskrun_payload_stored_total` | Counter | Total number of stored payloads for taskruns | | `watcher_taskrun_marked_signed_total` | Counter | Total number of objects marked as signed for taskruns | +| `pipelinerun_error_count` | Counter | Number of errors encountered during pipeline run processing | +| `pipelinerun_process_duration_seconds` | Gauge | Time taken to process pipeline runs in seconds | To access the chains metrics, use the following commands: ```shell @@ -31,3 +34,5 @@ kubectl port-forward -n tekton-chains service/tekton-chains-metrics 9090 ``` And then check that changes have been applied to metrics coming from [http://127.0.0.1:9090/metrics](http://127.0.0.1:9090/metrics) +``` +``` \ No newline at end of file From f1d575a75b888cb9f150a13f657a403cb460db18 Mon Sep 17 00:00:00 2001 From: Doc Bot Date: Thu, 18 Sep 2025 14:16:55 +0000 Subject: [PATCH 2/3] Auto-generated doc updates from code changes PR Link: https://github.com/csoceanu/tektoncd-chains/pull/1 Latest commit: 7a56eb9 Assisted-by: Gemini --- upstream/docs/metrics.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/upstream/docs/metrics.md b/upstream/docs/metrics.md index 0872a6c5d2..ac9f895f7d 100644 --- a/upstream/docs/metrics.md +++ b/upstream/docs/metrics.md @@ -15,18 +15,18 @@ for more details. The following chains metrics are also available at `tekton-chains-metrics` service on port `9090`. -| Name | Type | Description | -|-----------------------------------------------------------------------------------------| ----------- | ----------- | -| `watcher_pipelinerun_sign_created_total` | Counter | Total number of signed messages for pipelineruns | -| `watcher_pipelinerun_payload_uploaded_total` | Counter | Total number of uploaded payloads for pipelineruns | -| `watcher_pipelinerun_payload_stored_total` | Counter | Total number of stored payloads for pipelineruns | -| `watcher_pipelinerun_marked_signed_total` | Counter | Total number of objects marked as signed for pipelineruns | -| `watcher_taskrun_sign_created_total` | Counter | Total number of signed messages for taskruns | -| `watcher_taskrun_payload_uploaded_total` | Counter | Total number of uploaded payloads for taskruns | -| `watcher_taskrun_payload_stored_total` | Counter | Total number of stored payloads for taskruns | -| `watcher_taskrun_marked_signed_total` | Counter | Total number of objects marked as signed for taskruns | -| `pipelinerun_error_count` | Counter | Number of errors encountered during pipeline run processing | -| `pipelinerun_process_duration_seconds` | Gauge | Time taken to process pipeline runs in seconds | +| Name | Type | Description | +|---|---|---| +| `watcher_pipelinerun_sign_created_total` | Counter | Total number of signed messages for pipelineruns | +| `watcher_pipelinerun_payload_uploaded_total` | Counter | Total number of uploaded payloads for pipelineruns | +| `watcher_pipelinerun_payload_stored_total` | Counter | Total number of stored payloads for pipelineruns | +| `watcher_pipelinerun_marked_signed_total` | Counter | Total number of objects marked as signed for pipelineruns | +| `watcher_taskrun_sign_created_total` | Counter | Total number of signed messages for taskruns | +| `watcher_taskrun_payload_uploaded_total` | Counter | Total number of uploaded payloads for taskruns | +| `watcher_taskrun_payload_stored_total` | Counter | Total number of stored payloads for taskruns | +| `watcher_taskrun_marked_signed_total` | Counter | Total number of objects marked as signed for taskruns | +| `pipelinerun_error_count` | Counter | Number of errors encountered during pipeline run processing | +| `pipelinerun_process_duration_seconds` | Distribution | Time taken to process pipeline runs in seconds | To access the chains metrics, use the following commands: ```shell @@ -35,4 +35,5 @@ kubectl port-forward -n tekton-chains service/tekton-chains-metrics 9090 And then check that changes have been applied to metrics coming from [http://127.0.0.1:9090/metrics](http://127.0.0.1:9090/metrics) ``` +``` ``` \ No newline at end of file From fa342e03ad1be348b3e1e0f24d9f1792468e0bac Mon Sep 17 00:00:00 2001 From: Doc Bot Date: Thu, 18 Sep 2025 14:37:41 +0000 Subject: [PATCH 3/3] Auto-generated doc updates from code changes PR Link: https://github.com/csoceanu/tektoncd-chains/pull/1 Latest commit: 1253fba Assisted-by: Gemini --- upstream/docs/metrics.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/upstream/docs/metrics.md b/upstream/docs/metrics.md index ac9f895f7d..791470bbf8 100644 --- a/upstream/docs/metrics.md +++ b/upstream/docs/metrics.md @@ -1,4 +1,3 @@ -```markdown # Metrics Tekton Chains exposes standard @@ -27,6 +26,9 @@ The following chains metrics are also available at `tekton-chains-metrics` servi | `watcher_taskrun_marked_signed_total` | Counter | Total number of objects marked as signed for taskruns | | `pipelinerun_error_count` | Counter | Number of errors encountered during pipeline run processing | | `pipelinerun_process_duration_seconds` | Distribution | Time taken to process pipeline runs in seconds | +| `pipelinerun_retry_count` | Counter | Number of retries attempted for failed pipeline runs | +| `pipelinerun_queue_depth` | Gauge | Current number of pipeline runs waiting in queue | +| `pipelinerun_attestation_generated_total` | Counter | Total number of attestations generated for pipeline runs | To access the chains metrics, use the following commands: ```shell @@ -35,5 +37,4 @@ kubectl port-forward -n tekton-chains service/tekton-chains-metrics 9090 And then check that changes have been applied to metrics coming from [http://127.0.0.1:9090/metrics](http://127.0.0.1:9090/metrics) ``` -``` ``` \ No newline at end of file