Interface Metrics.SessionMetricCollector

All Superinterfaces:
Metrics.MetricCollector
Enclosing interface:
Metrics

public static interface Metrics.SessionMetricCollector extends Metrics.MetricCollector
The definition of a session metric collector.

These can be configured to record metric data for a subset of all sessions, specified with a session filter.

  • Method Details

    • getSessionFilter

      String getSessionFilter()
      Returns the session filter.
      Returns:
      the session filter
    • getGroupByProperties

      List<String> getGroupByProperties()
      Returns the list of properties to group by.
      Returns:
      list of properties to group by
    • removesMetricsWithNoMatches

      boolean removesMetricsWithNoMatches()
      Indicates whether metrics with no matches should be removed.
      Returns:
      true if metrics with no matches should be removed