Interface ITopicMetricCollector
- Namespace
- PushTechnology.ClientInterface.Client.Features.Metrics
- Assembly
- Diffusion.Client.dll
The definition of a topic metric collector.
public interface ITopicMetricCollector : IMetricCollector
- Inherited Members
Remarks
These can be configured to record metric data for a subset of all topics, specified with a topic selector.
Properties
GroupByPathPrefixParts
Returns the number of leading parts of the topic path to group by.
int GroupByPathPrefixParts { get; }
Property Value
- int
The number of leading parts of the topic path to group by.
GroupsByTopicType
Indicates whether the collector groups by topic type.
bool GroupsByTopicType { get; }
Property Value
- bool
Whether the collector groups by topic type.
GroupsByTopicView
Indicates whether the collector groups by topic view.
bool GroupsByTopicView { get; }
Property Value
- bool
Whether the collector groups by topic view.
TopicSelector
The topic selector.
string TopicSelector { get; }
Property Value
- string
The topic selector.