I'm configuring ebean clustering for cache invalidation (with ebean-k8scache to be specific) and I want to monitor and report the cluster's health. Digging through ebean's API I couldn't find a way to access clustering information.
Does ebean expose this information in any way? (metrics, functions etc.)
you can use dumpMetricsOnShutdown see monitoring ,The fast way to see what metrics are collected is to have them dumped when the server is shutdown , set below in configuration file:
You can track the log see logging , using the logger entries below :