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.
|
exportsToPrometheus, getName, maximumGroupsString getTopicSelector()
boolean groupsByTopicType()
int groupByPathPrefixParts()
Copyright © 2023 DiffusionData Limited. All rights reserved.