mirror of https://github.com/apache/kafka.git
MINOR: Update connector status metric description to include 'stopped' as a potential value (#13967)
Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
parent
bd1f02b2be
commit
a1a3ec0bcb
|
@ -128,7 +128,7 @@ public class ConnectMetricsRegistry {
|
|||
connectorTags.add(CONNECTOR_TAG_NAME);
|
||||
|
||||
connectorStatus = createTemplate("status", CONNECTOR_GROUP_NAME,
|
||||
"The status of the connector. One of 'unassigned', 'running', 'paused', 'failed', or " +
|
||||
"The status of the connector. One of 'unassigned', 'running', 'paused', 'stopped', 'failed', or " +
|
||||
"'restarting'.",
|
||||
connectorTags);
|
||||
connectorType = createTemplate("connector-type", CONNECTOR_GROUP_NAME, "The type of the connector. One of 'source' or 'sink'.",
|
||||
|
|
Loading…
Reference in New Issue