Riak Receiver
contrib
Maintainers: @armstrmi
Source: opentelemetry-collector-contrib
Supported Telemetry
Overview
Riak metrics will be collected from the /stats endpoint. This Riak receiver will collect metrics for 3.x+Configuration
The following configuration settings are required:usernamepassword
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.initial_delay(default =1s): defines how long this receiver waits before starting.tls: TLS control. By default, insecure settings are rejected and certificate verification is on.
Example Configuration
Metrics
Details about the metrics produced by this receiver can be found in metadata.yamlMetrics
| Metric Name | Description | Unit | Type | Attributes |
|---|---|---|---|---|
โ
riak.memory.limit | The amount of memory allocated to the node. | By | UpDownCounter | |
โ
riak.node.operation.count | The number of operations performed by the node. | {operation} | Counter | request |
โ
riak.node.operation.time.mean | The mean time between request and response for operations performed by the node over the last minute. | us | Gauge | request |
โ
riak.node.read_repair.count | The number of read repairs performed by the node. | {read_repair} | Counter | |
โ
riak.vnode.index.operation.count | The number of index operations performed by vnodes on the node. | {operation} | UpDownCounter | operation |
โ
riak.vnode.operation.count | The number of operations performed by vnodes on the node. | {operation} | Counter | request |
Attributes
| Attribute Name | Description | Type | Values |
|---|---|---|---|
operation | The operation type for index operations. | string | read, write, delete |
request | The request operation type. | string | put, get |
Resource Attributes
| Attribute Name | Description | Type | Enabled |
|---|---|---|---|
riak.node.name | The name this node uses to identify itself. | string | โ |
Configuration
Example Configuration
Last generated: 2026-04-13