You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
Note the `honor_labels` configuration parameter needs to be set to `true` for the instance label to be properly populated.
130
+
Note the `honor_labels` configuration parameter needs to be set to `true` for the instance label to be properly populated. Additionally, `filtered_metrics` is set to `true` in the above example, but should be configured based on user preference.
121
131
122
132
## Integrating with Grafana
123
133
@@ -175,8 +185,8 @@ The following shows an example configuration for Alloy with a `prometheus.scrape
175
185
prometheus.scrape "clickhouse_cloud" {
176
186
// Collect metrics from the default listen address.
0 commit comments