The following metrics are emitted by default. Each of them can be disabled by applying the following configuration:
metrics :
<metric_name> :
enabled : false
Current number of bytes used by this server to store items.
Unit
Metric Type
Value Type
Stability
By
Gauge
Int
Development
Commands executed.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{commands}
Sum
Int
Cumulative
true
Development
Name
Description
Values
Requirement Level
command
The type of command.
Str: get, set, flush, touch
Recommended
memcached.connections.current
The current number of open connections.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{connections}
Sum
Int
Cumulative
false
Development
memcached.connections.total
Total number of connections opened since the server started running.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{connections}
Sum
Int
Cumulative
true
Development
Accumulated user and system time.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
s
Sum
Double
Cumulative
true
Development
Name
Description
Values
Requirement Level
state
The type of CPU usage.
Str: system, user
Recommended
Number of items currently stored in the cache.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{items}
Sum
Int
Cumulative
false
Development
Cache item evictions.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{evictions}
Sum
Int
Cumulative
true
Development
Bytes transferred over the network.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
by
Sum
Int
Cumulative
true
Development
Name
Description
Values
Requirement Level
direction
Direction of data flow.
Str: sent, received
Recommended
memcached.operation_hit_ratio
Hit ratio for operations, expressed as a percentage value between 0.0 and 100.0.
Unit
Metric Type
Value Type
Stability
%
Gauge
Double
Development
Name
Description
Values
Requirement Level
operation
The type of operation.
Str: increment, decrement, get
Recommended
Operation counts.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{operations}
Sum
Int
Cumulative
true
Development
Name
Description
Values
Requirement Level
type
Result of cache request.
Str: hit, miss
Recommended
operation
The type of operation.
Str: increment, decrement, get
Recommended
Number of threads used by the memcached instance.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{threads}
Sum
Int
Cumulative
false
Development