Skip to content

Commit 337e14e

Browse files
committed
Fix typo
1 parent 537d2f1 commit 337e14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ prometheus.scrape "clickhouse_cloud" {
222222
// Collect metrics from the default listen address.
223223
targets = [{
224224
__address__ = "https://api.clickhouse.cloud/v1/organizations/:organizationId/prometheus?filtered_metrics=true",
225-
// e.g. https://api.clickhouse.cloud/v1/organizations/97a33bdb-4db3-4067-b14f-ce40f621aae1/services/f7fefb6e-41a5-48fa-9f5f-deaaa442d5d8/prometheus?filtered_metrics=true
225+
// e.g. https://api.clickhouse.cloud/v1/organizations/97a33bdb-4db3-4067-b14f-ce40f621aae1/prometheus?filtered_metrics=true
226226
}]
227227
228228
honor_labels = true

0 commit comments

Comments
 (0)