Table of Contents

Interface ISessionMetricCollector

Namespace
PushTechnology.ClientInterface.Client.Features.Metrics
Assembly
Diffusion.Client.dll

The definition of a session metric collector.

public interface ISessionMetricCollector : IMetricCollector
Inherited Members

Remarks

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

Properties

GroupByProperties

The list of properties to group by.

List<string> GroupByProperties { get; }

Property Value

List<string>

The list of properties to group by.

RemovesMetricsWithNoMatches

Indicates whether metrics with no matches should be removed.

bool RemovesMetricsWithNoMatches { get; set; }

Property Value

bool

Whether metrics with no matches should be removed.

SessionFilter

The session filter.

string SessionFilter { get; set; }

Property Value

string

The session filter.