Skip to content

Latest commit

 

History

History
132 lines (85 loc) · 4.4 KB

File metadata and controls

132 lines (85 loc) · 4.4 KB

memcached

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

memcached.bytes

Current number of bytes used by this server to store items.

Unit Metric Type Value Type Stability
By Gauge Int Development

memcached.commands

Commands executed.

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
{commands} Sum Int Cumulative true Development

Attributes

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

memcached.cpu.usage

Accumulated user and system time.

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
s Sum Double Cumulative true Development

Attributes

Name Description Values Requirement Level
state The type of CPU usage. Str: system, user Recommended

memcached.current_items

Number of items currently stored in the cache.

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
{items} Sum Int Cumulative false Development

memcached.evictions

Cache item evictions.

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
{evictions} Sum Int Cumulative true Development

memcached.network

Bytes transferred over the network.

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
by Sum Int Cumulative true Development

Attributes

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

Attributes

Name Description Values Requirement Level
operation The type of operation. Str: increment, decrement, get Recommended

memcached.operations

Operation counts.

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
{operations} Sum Int Cumulative true Development

Attributes

Name Description Values Requirement Level
type Result of cache request. Str: hit, miss Recommended
operation The type of operation. Str: increment, decrement, get Recommended

memcached.threads

Number of threads used by the memcached instance.

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
{threads} Sum Int Cumulative false Development