Skip to content

Commit 291bc0e

Browse files
committed
Fix unescaped pipe
1 parent 337e14e commit 291bc0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/integrations/prometheus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ To get started, [generate an API key](/en/cloud/manage/openapi).
1818

1919
| Method | Path | Description |
2020
| ------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------ |
21-
| GET | https://api.clickhouse.cloud/v1/organizations/:organizationId/services/:serviceId/prometheus?filtered_metrics=[true | false] | Returns metrics for a specific service |
22-
| GET | https://api.clickhouse.cloud/v1/organizations/:organizationId/prometheus?filtered_metrics=[true | false] | Returns metrics for all services in an organization |
21+
| GET | https://api.clickhouse.cloud/v1/organizations/:organizationId/services/:serviceId/prometheus?filtered_metrics=[true \| false] | Returns metrics for a specific service |
22+
| GET | https://api.clickhouse.cloud/v1/organizations/:organizationId/prometheus?filtered_metrics=[true \| false] | Returns metrics for all services in an organization |
2323

2424
**Request Parameters**
2525

0 commit comments

Comments
 (0)