Diffusion Apple API  6.7.4
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
PTDiffusionSessionMetricCollector Class Reference

Introduction

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.

Since
6.7
Inheritance diagram for PTDiffusionSessionMetricCollector:
PTDiffusionMetricCollector

Properties

NSString * sessionFilter
 
NSArray< NSString * > * groupByProperties
 
BOOL removesMetricsWithNoMatches
 
- Properties inherited from PTDiffusionMetricCollector
NSString * name
 
BOOL exportsToPrometheus
 

Property Documentation

- (NSArray<NSString *>*) groupByProperties
readnonatomicassign

The list of properties to group by.

Since
6.7
- (BOOL) removesMetricsWithNoMatches
readnonatomicassign

Indicates whether metrics with no matches should be removed.

Since
6.7
- (NSString*) sessionFilter
readnonatomicassign

The session filter.

Since
6.7