Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
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
 
NSInteger maximumGroups
 Limit the number of groups maintained by this metric collector.
 

Property Documentation

◆ groupByProperties

- (NSArray<NSString *>*) groupByProperties
readnonatomicassign

The list of properties to group by.

Since
6.7

◆ removesMetricsWithNoMatches

- (BOOL) removesMetricsWithNoMatches
readnonatomicassign

Indicates whether metrics with no matches should be removed.

Since
6.7

◆ sessionFilter

- (NSString*) sessionFilter
readnonatomicassign

The session filter.

Since
6.7