Skip to content

Commit cc39105

Browse files
committed
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>
1 parent 273cac7 commit cc39105

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

docs/content/docs/install/metrics.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,12 @@ The metrics for pipelines-as-code can be accessed through the `pipelines-as-code
1010
pipelines-as-code supports various exporters, such as Prometheus, Google Stackdriver, and more.
1111
You can configure these exporters by referring to the [observability configuration](../config/config-observability.yaml).
1212

13-
<<<<<<< HEAD
14-
| Name | Type | Description |
15-
|------------------------------------------------------|---------|--------------------------------------------------------------------|
16-
| `pipelines_as_code_git_provider_api_request_count` | Counter | Number of API requests submitted to git providers |
17-
| `pipelines_as_code_pipelinerun_count` | Counter | Number of pipelineruns created by pipelines-as-code |
18-
| `pipelines_as_code_pipelinerun_duration_seconds_sum` | Counter | Number of seconds all pipelineruns have taken in pipelines-as-code |
19-
| `pipelines_as_code_running_pipelineruns_count` | Gauge | Number of running pipelineruns in pipelines-as-code |
20-
=======
21-
| Name | Type | Labels/Tags | Description |
22-
| ------------------------------------------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
23-
| `pipelines_as_code_git_provider_api_request_count` | Counter | `provider`=&lt;git_provider&gt; <br> `event-type`=&lt;event_type&gt; <br> `namespace`=&lt;pipelinerun_namespace&gt; <br> `repository`=&lt;repository_cr_name&gt; | Number of API requests submitted to git providers |
24-
| `pipelines_as_code_pipelinerun_count` | Counter | `provider`=&lt;git_provider&gt; <br> `event-type`=&lt;event_type&gt; <br> `namespace`=&lt;pipelinerun_namespace&gt; <br> `repository`=&lt;repository_cr_name&gt; | Number of pipelineruns created by pipelines-as-code |
25-
| `pipelines_as_code_pipelinerun_duration_seconds_sum` | Counter | `namespace`=&lt;pipelinerun_namespace&gt; <br> `repository`=&lt;repository_cr_name&gt; <br> `status`=&lt;pipelinerun_status&gt; <br> `reason`=&lt;pipelinerun_status_reason&gt; | Number of seconds all pipelineruns have taken in pipelines-as-code |
26-
| `pipelines_as_code_running_pipelineruns_count` | Gauge | `namespace`=&lt;pipelinerun_namespace&gt; <br> `repository`=&lt;repository_cr_name&gt; | Number of running pipelineruns in pipelines-as-code |
27-
>>>>>>> 5b220d71 (fix: markdownlint error happening due to new version)
13+
| Name | Type | Labels/Tags | Description |
14+
|-------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
15+
| `pipelines_as_code_git_provider_api_request_count` | Counter | `provider`=&lt;git_provider&gt; <br> `event-type`=&lt;event_type&gt; <br> `namespace`=&lt;pipelinerun_namespace&gt; <br> `repository`=&lt;repository_cr_name&gt; | Number of API requests submitted to git providers |
16+
| `pipelines_as_code_pipelinerun_count` | Counter | `provider`=&lt;git_provider&gt; <br> `event-type`=&lt;event_type&gt; <br> `namespace`=&lt;pipelinerun_namespace&gt; <br> `repository`=&lt;repository_cr_name&gt; | Number of pipelineruns created by pipelines-as-code |
17+
| `pipelines_as_code_pipelinerun_duration_seconds_sum` | Counter | `namespace`=&lt;pipelinerun_namespace&gt; <br> `repository`=&lt;repository_cr_name&gt; <br> `status`=&lt;pipelinerun_status&gt; <br> `reason`=&lt;pipelinerun_status_reason&gt; | Number of seconds all pipelineruns have taken in pipelines-as-code |
18+
| `pipelines_as_code_running_pipelineruns_count` | Gauge | `namespace`=&lt;pipelinerun_namespace&gt; <br> `repository`=&lt;repository_cr_name&gt; | Number of running pipelineruns in pipelines-as-code |
2819

2920
**Note:** The metric `pipelines_as_code_git_provider_api_request_count`
3021
is emitted by both the Controller and the Watcher, since both services

0 commit comments

Comments
 (0)