Skip to content

Commit 845274a

Browse files
committed
Add back filtered metrics API endpoint doc
1 parent ec5d9cf commit 845274a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/en/integrations/prometheus.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ To get started, [generate an API key](/en/cloud/manage/openapi).
1616

1717
### API Reference
1818

19-
|Method|Path|
20-
|---|---|
21-
|GET|https://api.clickhouse.cloud/v1/organizations/:organizationId/services/:serviceId/prometheus|
19+
| Method | Path | Description |
20+
| ------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------ |
21+
| GET | https://api.clickhouse.cloud/v1/organizations/:organizationId/services/:serviceId/prometheus | Returns the full set of metrics |
22+
| GET | https://api.clickhouse.cloud/v1/organizations/:organizationId/services/:serviceId/prometheus?filtered_metrics=true | Returns a filtered list of metrics to reduce response payload size |
2223

2324
**Request Parameters**
2425

25-
|Name|Type|
26-
|---|---|
27-
|Organization ID|uuid|
28-
|Service ID|uuid|
26+
| Name | Type |
27+
| ---------------- | ------------------ |
28+
| Organization ID | uuid |
29+
| Service ID | uuid |
30+
| filtered_metrics | boolean (optional) |
31+
2932

3033
### Authentication
3134

0 commit comments

Comments
 (0)