Skip to content

Latest commit

 

History

History
91 lines (59 loc) · 2.65 KB

File metadata and controls

91 lines (59 loc) · 2.65 KB

riak

Default Metrics

The following metrics are emitted by default. Each of them can be disabled by applying the following configuration:

metrics:
  <metric_name>:
    enabled: false

riak.memory.limit

The amount of memory allocated to the node.

Unit Metric Type Value Type Aggregation Temporality Monotonic
By Sum Int Cumulative false

riak.node.operation.count

The number of operations performed by the node.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{operation} Sum Int Cumulative true

Attributes

Name Description Values
request The request operation type. Str: put, get

riak.node.operation.time.mean

The mean time between request and response for operations performed by the node over the last minute.

Unit Metric Type Value Type
us Gauge Int

Attributes

Name Description Values
request The request operation type. Str: put, get

riak.node.read_repair.count

The number of read repairs performed by the node.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{read_repair} Sum Int Cumulative true

riak.vnode.index.operation.count

The number of index operations performed by vnodes on the node.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{operation} Sum Int Cumulative false

Attributes

Name Description Values
operation The operation type for index operations. Str: read, write, delete

riak.vnode.operation.count

The number of operations performed by vnodes on the node.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{operation} Sum Int Cumulative true

Attributes

Name Description Values
request The request operation type. Str: put, get

Resource Attributes

Name Description Values Enabled
riak.node.name The name this node uses to identify itself. Any Str true