io.statistics.cacheGroups.{group_name}

Cache Group IO metrics

❗️

This is a legacy Apache Ignite documentation

The new documentation is hosted here: https://ignite.apache.org/docs/latest/

This registry contains IO statistics for a cache group.
The specific registry name includes the name of the group.
Example:

  • "io.statistics.cacheGroups.my-group" - Registry for a group with the name "my-group".

Name

Type

Description

LOGICAL_READS

long

Number of logical reads

PHYSICAL_READS

long

Number of physical reads

grpId

integer

Group id

name

string

Name of the index

startTime

long

Statistics collect start time


X