Kirk Lund created GEODE-6554: -------------------------------- Summary: Generate metrics output for member get operations Key: GEODE-6554 URL: https://issues.apache.org/jira/browse/GEODE-6554 Project: Geode Issue Type: New Feature Components: statistics Reporter: Kirk Lund
As an operator or developer I want to be able to actively monitor my gets for a region So that I can establish a baseline and track performance over time. GIVEN we have a Micrometer supported time series database AND a data visualization tool attached to that database WHEN the user asks the cache.region.operations to the data visualization tool THEN they are able to view the count AND they are able to use the tags/dimensions to differentiate between Cluster (Distributed System ID), Host (by hostname), CacheServer (by Server name), and Region (by region name) cache.region.operations.gets: * getEntry() * get(*) * contains() -- This message was sent by Atlassian JIRA (v7.6.3#76005)