You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2019/08/16 20:57:21 UTC

[geode] branch develop updated (e554072 -> c2e1fab)

This is an automated email from the ASF dual-hosted git repository.

klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from e554072  GEODE-6613: Do not set TransactionTimeout in the test. (#3934)
     add c2e1fab  GEODE-7091: Add Micrometer binders to meter registry

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/metrics/MicrometerBinderTest.java | 214 +++++++++++++++++++++
 .../metrics/CacheMeterRegistryFactory.java         |  10 +
 .../metrics/CacheMeterRegistryFactoryTest.java     |  74 +++++++
 3 files changed, 298 insertions(+)
 create mode 100644 geode-assembly/src/acceptanceTest/java/org/apache/geode/metrics/MicrometerBinderTest.java