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:
Yash Mayya 2023-07-06 14:28:07 +01:00 committed by GitHub
parent bd1f02b2be
commit a1a3ec0bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'.",