I’ve drafted a proposal to add a public API to add endpoints to Geode’s HTTP server.
https://cwiki.apache.org/confluence/display/GEODE/%5BDraft%5D+Public+API+to+Add+Endpoints+to+Geode+HTTP+Server <https://cwiki.apache.org/confluence/display/GEODE/[Draft]+Public+API+to+Add+Endpoints+to+Geode+HTTP+Server> Currently it is possible to serve additional HTTP content only by creating a separate server or by using internal Geode APIs to add endpoints to the existing server. We would like to give users a public way to serve additional HTTP content. For example, a user may wish to use a PrometheusMeterRegistry to publish Geode’s Micrometer-based metrics via HTTP. Geode’s existing HTTP server would be a convenient way to publish that information. I invite your feedback and ideas. Dale — Dale Emery dem...@pivotal.io