CockroachDB integration for Grafana Cloud
CockroachDB is a cloud-native SQL database for building global, scalable cloud services that survive disasters. The CockroachDB integration enables the Grafana Agent to send metrics to Grafana Cloud. The integration also creates a useful default dashboard for visualization of CockroachDB metrics within Grafana Cloud.
Use the walkthrough in Grafana Cloud to install the CockroachDB integration.
Post-install configuration for the CockroachDB integration
CockroachDB exposes the metrics endpoint at /_status/vars
. The following agent configurations defines a scrape job that pulls the metrics from a CockroachDB instance on localhost
. If CockroachDB is running on a different host the address must be adapted.
metrics:
# ...
configs:
- name: integrations:
scrape_configs:
- job_name: integrations/cockroachdb
metrics_path: /_status/vars
static_configs:
- targets: ['localhost:8080']
Related Grafana Cloud resources
Intro to Prometheus and Grafana Cloud
Prometheus is taking over the monitoring world! In this webinar, we will start with a quick introduction to the open source project that’s the de facto standard for monitoring modern, cloud native systems.
How to set up and visualize synthetic monitoring at scale with Grafana Cloud
Learn how to use Kubernetes, Grafana Loki, and Grafana Cloud’s synthetic monitoring feature to set up your infrastructure's checks in this GrafanaCONline session.
Using Grafana Cloud to drive manufacturing plant efficiency
This GrafanaCONline session tells how Grafana helps a 75-year-old manufacturing company with product quality and equipment maintenance.