IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
NATS module
editNATS module
editThis is the Nats module. The Nats module uses Nats monitoring server APIs to collect metrics.
The default metricsets are stats
, connections
, routes
and subscriptions
.
Compatibility
editThe Nats module is tested with Nats 1.3.0, 2.0.4 and 2.1.4
Dashboard
editThe Nats module comes with a predefined dashboard. For example:
Example configuration
editThe NATS module supports the standard configuration options that are described in Modules. Here is an example configuration:
metricbeat.modules: - module: nats metricsets: ["connections", "routes", "stats", "subscriptions"] period: 10s hosts: ["localhost:8222"] #stats.metrics_path: "/varz" #connections.metrics_path: "/connz" #routes.metrics_path: "/routez" #subscriptions.metrics_path: "/subsz"
Metricsets
editThe following metricsets are available: