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

Introduction

The definition of a topic metric collector.

These can be configured to record metric data for a subset of all topics, specified with a topic selector.

Since
6.7
Inheritance diagram for PTDiffusionTopicMetricCollector:
PTDiffusionMetricCollector

Properties

NSString * topicSelector
 
BOOL groupsByTopicType
 
BOOL groupsByTopicView
 
NSInteger groupByPathPrefixParts
 The number of leading parts of the topic path to group by. More...
 
- Properties inherited from PTDiffusionMetricCollector
NSString * name
 
BOOL exportsToPrometheus
 
NSInteger maximumGroups
 Limit the number of groups maintained by this metric collector. More...
 

Property Documentation

- (NSInteger) groupByPathPrefixParts
readnonatomicassign

The number of leading parts of the topic path to group by.

The number of leading parts of the topic pathh to group by, or 0 if the collector does not group by path prefix.

Since
6.8
- (BOOL) groupsByTopicType
readnonatomicassign

Indicates whether the collector groups by topic type.

Since
6.7
- (BOOL) groupsByTopicView
readnonatomicassign

Indicates whether the collector groups by topic view.

Since
6.9
- (NSString*) topicSelector
readnonatomicassign

The topic selector.

Since
6.7