SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.aggregation
/
AggregationRequest
/
AggregationRequest
Aggregation
Request
constructor
(
groupBy
:
List
<
String
>
=
listOf("level")
,
metrics
:
List
<
Metric
>
=
listOf(Metric.COUNT)
,
timeRange
:
TimeRange
?
=
null
,
filter
:
String
?
=
null
,
limit
:
Int
=
100
)
(
source
)