Status | |
---|---|
Stability | beta |
Supported pipeline types | metrics |
Distributions | contrib |
Riak metrics will be collected from the /stats endpoint.
This Riak receiver will collect metrics for 3.x+
The following configuration settings are required:
username
password
The following configuration settings are optional:
endpoint
(default:http://localhost:8098
): The URL of the node to be monitored.collection_interval
(default =60s
): This receiver collects metrics on an interval. Valid time units arens
,us
(orµs
),ms
,s
,m
,h
.tls
(defaults defined here): TLS control. By default insecure settings are rejected and certificate verification is on.
receivers:
riak:
endpoint: http://localhost:8098
username: otelu
password: $RIAK_PASSWORD
collection_interval: 60s
Details about the metrics produced by this receiver can be found in metadata.yaml