Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarified "new" as v1.9

Geode now uses 1.9 introduces Micrometer for exposing metrics. Under the covers, Geode uses a CompositeMeterRegistry which may can publish out to any number of monitoring systems. See the Micrometer documentation.

...

Adding Meter Registries when Creating a Cache

CacheFactory provides a new method which adds the given meter registry to the cache's composite registry for publishing cache metrics to external monitoring systems:

...

Note: The above APIs are considered experimental. Micrometer metrics is a new addition to Geode 1.9 and the API may change.

Adding Meter Registries using the ServiceLoader

...

Note: The above APIs are considered experimental. Micrometer metrics is a new addition to Geode 1.9 and the API may change.