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
Aggregation
Request
data
class
AggregationRequest
(
val
groupBy
:
List
<
String
>
=
listOf("level")
,
val
metrics
:
List
<
Metric
>
=
listOf(Metric.COUNT)
,
val
timeRange
:
TimeRange
?
=
null
,
val
filter
:
String
?
=
null
,
val
limit
:
Int
=
100
)
(
source
)
Members
Constructors
Aggregation
Request
Link copied to clipboard
constructor
(
groupBy
:
List
<
String
>
=
listOf("level")
,
metrics
:
List
<
Metric
>
=
listOf(Metric.COUNT)
,
timeRange
:
TimeRange
?
=
null
,
filter
:
String
?
=
null
,
limit
:
Int
=
100
)
Properties
filter
Link copied to clipboard
val
filter
:
String
?
group
By
Link copied to clipboard
val
groupBy
:
List
<
String
>
limit
Link copied to clipboard
val
limit
:
Int
metrics
Link copied to clipboard
val
metrics
:
List
<
Metric
>
time
Range
Link copied to clipboard
val
timeRange
:
TimeRange
?