Nick Vallely created GEODE-6367:
-----------------------------------
Summary: Health Metrics: Members region
Key: GEODE-6367
URL: https://issues.apache.org/jira/browse/GEODE-6367
Project: Geode
Issue Type: New Feature
Components: docs, statistics
Reporter: Nick Vallely
Expose a subset of existing 1500+ statistics through Micrometer (GEODE-6295).
In order to not inundate users with so many statistics, we should expose
standard Key Health Indicators.
Consider the following values as part of a set of standard health metrics:
|member.GetsAvgLatency|
|member.PutsAvgLatency|
|member.UsedMemory|
|member.MaxMemory|
Instrument them with Micrometer 'meters' with the following names and tags:
|NAME:|TAGS (Dimensions):|
|Cluster.Host.CacheServer.Cache.GetsAvgLatency|ClusterID, HostName, ServerName,
RegionName|
|Cluster.Host.CacheServer.Cache.PutsAvgLatency|ClusterID, HostName, ServerName,
RegionName|
|Cluster.Host.Jvm.UsedMemory|ClusterID, HostName, ServerName, RegionName|
|Cluster.Host.Jvm.MaxMemory|ClusterID, HostName, ServerName, RegionName|
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)