CockroachDB module
editCockroachDB module
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
This module periodically fetches metrics from CockroachDB.
Compatibility
editThe CockroachDB status
metricset is compatible with any CockroachDB version
exposing metrics in Prometheus format.
Dashboard
editThe CockroachDB module includes a predefined dashboard with overview information of the monitored servers.
Example configuration
editThe CockroachDB module supports the standard configuration options that are described in Modules. Here is an example configuration:
metricbeat.modules: - module: cockroachdb metricsets: ['status'] period: 10s hosts: ['localhost:8080'] # This module uses the Prometheus collector metricset, all # the options for this metricset are also available here. #metrics_path: /_status/vars
This module supports TLS connections when using ssl
config field, as described in SSL.
It also supports the options described in Standard HTTP config options.
Metricsets
editThe following metricsets are available: