You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added tags/keys in documentation availabe for every metric
in Pipelines as Code. this helps users to filter out metric
based on specific tag.
Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
|`pipelines_as_code_git_provider_api_request_count`| Counter |`provider`=<git_provider> <br> `event-type`=<event_type> <br> `namespace`=<pipelinerun_namespace> <br> `repository`=<repository_cr_name>|Number of API requests submitted to git providers |
17
+
|`pipelines_as_code_pipelinerun_count`| Counter |`provider`=<git_provider> <br> `event-type`=<event_type> <br> `namespace`=<pipelinerun_namespace> <br> `repository`=<repository_cr_name>|Number of pipelineruns created by pipelines-as-code |
18
+
|`pipelines_as_code_pipelinerun_duration_seconds_sum`| Counter |`namespace`=<pipelinerun_namespace> <br> `repository`=<repository_cr_name> <br> `status`=<pipelinerun_status> <br> `reason`=<pipelinerun_status_reason>|Number of seconds all pipelineruns have taken in pipelines-as-code |
19
+
|`pipelines_as_code_running_pipelineruns_count`| Gauge |`namespace`=<pipelinerun_namespace> <br> `repository`=<repository_cr_name>|Number of running pipelineruns in pipelines-as-code |
19
20
20
21
**Note:** The metric `pipelines_as_code_git_provider_api_request_count`
21
22
is emitted by both the Controller and the Watcher, since both services
0 commit comments