Package io.ebean.meta
Interface ServerMetrics
- All Known Implementing Classes:
BasicMetricVisitor
public interface ServerMetrics
Metrics of the Database instance.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the Counter metrics.default List<MetaCountMetric>Deprecated.default List<MetaQueryMetric>Deprecated.default List<MetaTimedMetric>Deprecated.Return the query metrics.Return timed metrics for Transactions, labelled SqlQuery, labelled SqlUpdate.
-
Method Details
-
timedMetrics
Return timed metrics for Transactions, labelled SqlQuery, labelled SqlUpdate. -
getTimedMetrics
Deprecated.Migrate to timedMetrics(). -
queryMetrics
Return the query metrics. -
getQueryMetrics
Deprecated.Migrate to queryMetrics(). -
countMetrics
Return the Counter metrics. -
getCountMetrics
Deprecated.Migrate to countMetrics().
-