public static interface Metrics.SessionMetricCollector extends Metrics.MetricCollector
These can be configured to record metric data for a subset of all sessions, specified with a session filter.
Modifier and Type | Interface and Description |
---|---|
static interface |
Metrics.SessionMetricCollector.Builder
A session metric collector builder.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getGroupByProperties()
Returns the list of properties to group by.
|
String |
getSessionFilter()
Returns the session filter.
|
boolean |
removesMetricsWithNoMatches()
Indicates whether metrics with no matches should be removed.
|
exportsToPrometheus, getName, maximumGroups
String getSessionFilter()
List<String> getGroupByProperties()
boolean removesMetricsWithNoMatches()
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.