Uses of Interface
io.ebean.meta.ServerMetricsAsJson
-
Uses of ServerMetricsAsJson in io.ebean.meta
Modifier and TypeMethodDescriptionMetaInfoManager.collectMetricsAsJson()
Collect the metrics in raw JSON form.ServerMetricsAsJson.withExtraAttributes
(boolean withLocation) Set to false in order to exclude profile location and sql.ServerMetricsAsJson.withHash
(boolean withHash) Set to false in order to exclude SQL hash.ServerMetricsAsJson.withHeader
(boolean withHeader) Set to include a heading of the database name.ServerMetricsAsJson.withNewLine
(boolean withNewLine) Set the new line character to use.ServerMetricsAsJson.withSort
(Comparator<MetaTimedMetric> sortBy) Set the sort property - see SortMetric