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
fix: markdownlint error happening due to new version
this commit fixes markdownlint errors in /docs directory
causing due to new version of the markdownlint cli.
errors were related to tabeles in docs where we use
pipe ('|') for separation and they were not aligned.
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 |
24
-
|`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 |
25
-
|`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 |
26
-
|`pipelines_as_code_running_pipelineruns_count`| Gauge |`namespace`=<pipelinerun_namespace> <br> `repository`=<repository_cr_name>| Number of running pipelineruns in pipelines-as-code |
27
-
>>>>>>> 5b220d71 (fix: markdownlint error happening due to new version)
|`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 |
16
+
|`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 |
17
+
|`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 |
18
+
|`pipelines_as_code_running_pipelineruns_count`| Gauge |`namespace`=<pipelinerun_namespace> <br> `repository`=<repository_cr_name>| Number of running pipelineruns in pipelines-as-code |
28
19
29
20
**Note:** The metric `pipelines_as_code_git_provider_api_request_count`
30
21
is emitted by both the Controller and the Watcher, since both services
0 commit comments