public static interface Metrics.TopicMetricCollector extends Metrics.MetricCollector
These can be configured to record metric data for a subset of all topics, specified with a topic selector.
Modifier and Type | Interface and Description |
---|---|
static interface |
Metrics.TopicMetricCollector.Builder
A topic metric collector builder.
|
Modifier and Type | Method and Description |
---|---|
String |
getTopicSelector()
Returns the topic selector.
|
int |
groupByPathPrefixParts()
Returns the number of leading parts of the topic path to group by.
|
boolean |
groupsByTopicType()
Indicates whether the collector groups by topic type.
|
boolean |
groupsByTopicView()
Indicates whether the collector groups by topic view.
|
exportsToPrometheus, getName, maximumGroups
String getTopicSelector()
boolean groupsByTopicType()
boolean groupsByTopicView()
int groupByPathPrefixParts()
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.