Skip to content

Include support for using Micrometer and Spring Boot Actuator to provide runtime metrics for Apache Geode and VMware Tanzu GemFire. #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jxblum opened this issue May 10, 2018 · 3 comments

Comments

@jxblum
Copy link
Contributor

jxblum commented May 10, 2018

Spring Boot for Apache Geode (SBDG) already includes Spring Boot Actuator support with extensive metrics and runtime configuration metadata for the Apache Geode cache instance, whether a client or a peer node in the cluster.

However, the Spring Boot Actuator integration needs to be refactored from the old model to the new HealthIndicators.

Additionally, now that Observability is a major theme for the Spring Framework 6 generation, Micrometer 2.0 integration should be evaluated.

@jxblum jxblum added this to the 1.0 M2 milestone May 10, 2018
@jxblum jxblum changed the title Include support for using Micrometer and Spring Boot Actuator to provide runtime metrics for Apache Geode or Pivotal GemFire Include support for using Micrometer and Spring Boot Actuator to provide runtime metrics for Apache Geode or Pivotal GemFire. Jul 14, 2018
@jxblum jxblum removed this from the 1.0 M2 milestone Jul 14, 2018
@louisthomas
Copy link

Any update about adding geode metrics with Spring Boot actuator? Do you know when this feature will be available?

Thanks

@jxblum
Copy link
Contributor Author

jxblum commented Nov 15, 2018

@louisthomas - There is already a preliminary implementation of metrics provided in and by SBDG now. See here.

However, extensive servers-side metrics accessible and visible from a Spring Boot, Apache Geode/Pivotal GemFire cache client application (which would allow a client to monitor and even respond to and/or act on server perf at runtime, dynamically), requires that Apache Geode/Pivotal GemFire formally support a Metrics gathering solution like Micrometer under-the-hood, see here.

Please let me know what you think about the current offering/interim solution, and what other metrics you feel would be important that are currently missing.

Thank you.

@jxblum
Copy link
Contributor Author

jxblum commented Nov 15, 2018

@louisthomas - Also see GitHub Issue #5 for more details.

@jxblum jxblum changed the title Include support for using Micrometer and Spring Boot Actuator to provide runtime metrics for Apache Geode or Pivotal GemFire. Include support for using Micrometer and Spring Boot Actuator to provide runtime metrics for Apache Geode and Pivotal GemFire. Sep 11, 2019
@jxblum jxblum changed the title Include support for using Micrometer and Spring Boot Actuator to provide runtime metrics for Apache Geode and Pivotal GemFire. Include support for using Micrometer and Spring Boot Actuator to provide runtime metrics for Apache Geode and VMware Tanzu GemFire. Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants