Module io.ebean.api
Package io.ebean.meta

Interface MetaMetric

All Known Subinterfaces:
CountMetricStats, MetaCountMetric, MetaQueryMetric, MetaTimedMetric, TimedMetricStats

public interface MetaMetric
Metrics collected by Ebean including timed metrics and counters.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the metric name.
  • Method Details

    • name

      String name()
      Return the metric name.