Class JHipsterMetricsEndpoint


  • @WebEndpoint(id="jhimetrics")
    public class JHipsterMetricsEndpoint
    extends Object
    • Constructor Detail

      • JHipsterMetricsEndpoint

        public JHipsterMetricsEndpoint​(io.micrometer.core.instrument.MeterRegistry meterRegistry)
    • Method Detail

      • allMetrics

        @ReadOperation
        public Map<String,​Map> allMetrics()
        GET /management/jhi-metrics

        Give metrics displayed on Metrics page

        Returns:
        a Map with a String defining a category of metrics as Key and another Map containing metrics related to this category as Value