You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2019/03/21 23:43:00 UTC

[jira] [Updated] (GEODE-6555) Generate metrics output for member contains operations

     [ https://issues.apache.org/jira/browse/GEODE-6555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund updated GEODE-6555:
-----------------------------
    Description: 
As an operator or developer
I want to be able to actively monitor my contains 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:
* containsKey
* containsValue
* containsKeyOnServer
* containsValueForKey


  was:
As an operator or developer
I want to be able to actively monitor my contains 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:
* contains



> Generate metrics output for member contains operations
> ------------------------------------------------------
>
>                 Key: GEODE-6555
>                 URL: https://issues.apache.org/jira/browse/GEODE-6555
>             Project: Geode
>          Issue Type: New Feature
>          Components: statistics
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>
> As an operator or developer
> I want to be able to actively monitor my contains 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:
> * containsKey
> * containsValue
> * containsKeyOnServer
> * containsValueForKey



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)