- All Known Implementing Classes:
BasicMetricVisitor
public interface ServerMetrics
Metrics of the Database instance.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the Counter metrics.Return the query metrics.Return timed metrics for Transactions, labelled SqlQuery, labelled SqlUpdate.
-
Method Details
-
timedMetrics
List<MetaTimedMetric> timedMetrics()Return timed metrics for Transactions, labelled SqlQuery, labelled SqlUpdate. -
queryMetrics
List<MetaQueryMetric> queryMetrics()Return the query metrics. -
countMetrics
List<MetaCountMetric> countMetrics()Return the Counter metrics.
-