Query your metrics

groundcover supports a wide variety of metrics - APM and infrastructure metrics are automatically generated using our eBPF magic, and custom metrics can be ingested natively.

This guide will explore how to get started querying your metrics in our embedded Grafana.

The VictoriaMetrics datasource

groundcover uses VictoriaMetrics as its database for storing metrics. When building metric based alerts or dashboards in our embedded Grafana, the Prometheus datasource needs to be selected in order to query the metrics.

Select the Prometheus datasource for working with metrics

Querying metrics

All types of metrics stored in groundcover are available using a standard Promethues datasource, exposed by Victoria Metrics. Querying metrics is possible using standard PromQL syntax.

The full lists of available out-of-the-box metrics can be found in our APM and infrastructure pages.

For example, let's query the groundcover_container_cpu_usage_rate_millis metric, which is one of our core infrastructure metrics:

Querying the Prometheus datasource for a metric

Last updated