[
https://issues.apache.org/jira/browse/GEODE-6887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869644#comment-16869644
]
ASF subversion and git services commented on GEODE-6887:
--------------------------------------------------------
Commit cb8b36c03e80efbe81bc207770d0a21b4b57ca9d in geode's branch
refs/heads/develop from M. Oleske
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=cb8b36c ]
GEODE-6887: Stop routing wrapper meters to int stats (#3733)
Given that the int stat inc and get methods have been deprecated, remove
the ability to route legacy stat meters to int stats.
Co-authored-by: Michael Oleske <[email protected]>
Co-authored-by: Dale Emery <[email protected]>
> Implement wrapper-style meters to route measurements to both meters and stats
> -----------------------------------------------------------------------------
>
> Key: GEODE-6887
> URL: https://issues.apache.org/jira/browse/GEODE-6887
> Project: Geode
> Issue Type: New Feature
> Reporter: Dale Emery
> Priority: Major
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
> Implement wrapper-style {{Counter}} and {{Timer}} meters that route
> measurements to both a registered meter and an associated stat (for counters)
> or stats (for timers, which track both the number of events and the total
> duration of the events). Use these wrapper-style meters whenever we want to
> route a given measurement to both meters and stats.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)