We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845274a commit f62f346Copy full SHA for f62f346
docs/en/integrations/prometheus.md
@@ -178,7 +178,7 @@ The following shows an example configuration for Alloy with a `prometheus.scrape
178
prometheus.scrape "clickhouse_cloud" {
179
// Collect metrics from the default listen address.
180
targets = [{
181
- __address__ = "https://api.clickhouse.cloud/v1/organizations/:organizationId/services/:serviceId/Promethues",
+ __address__ = "https://api.clickhouse.cloud/v1/organizations/:organizationId/services/:serviceId/Prometheus",
182
// e.g. https://api.clickhouse.cloud/v1/organizations/97a33bdb-4db3-4067-b14f-ce40f621aae1/services/f7fefb6e-41a5-48fa-9f5f-deaaa442d5d8/prometheus
183
}]
184
0 commit comments