Back to Beats

Docs

x-pack/metricbeat/module/cockroachdb/status/_meta/docs.md

9.4.0615 B
Original Source

The CockroachDB status metricset collects metrics exposed by the Prometheus endpoint of CockroachDB.

::::{warning} This metricset collects a large number of metrics, what can significantly impact disk usage. Processors can be used to drop unused metrics before they are stored. For example the following configuration will drop all histogram buckets: ::::

yaml
- module: cockroachdb
  metricsets: ['status']
  hosts: ['${data.host}:8080']
  processors:
    - drop_event.when.has_fields: ['prometheus.labels.le']