Querying Data with Grafana (Legacy)

groundcover offers Grafana-based querying for logs and metrics. While our native query experience now provides a more powerful and unified interface, Grafana remains available for existing dashboards and alerting setups.

Logs in Grafana

You can query logs stored in ClickHouse using Grafana’s ClickHouse datasource. Common use cases include building log-based dashboards or alerts. 👉 Learn more about querying logs

Metrics in Grafana

Metrics are stored in VictoriaMetrics, available via the Prometheus datasource in Grafana. You can use standard MetricsQL to query and visualize any APM or infrastructure metric. 👉 Learn more about querying metrics

KEDA Integration

For autoscaling with KEDA, you can use the Prometheus-compatible API endpoint exposed by groundcover. 👉 See KEDA configuration examples

⚠️ Note

We recommend using the new groundcover Query Language for all new queries, dashboards, and monitors - Grafana querying is now considered legacy.

Last updated