From 63788344f5b7890f6fdb34e8110e8755bb02d69d Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 26 Nov 2024 03:14:41 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2024-11-26) --- pkg/dist/integration_endpoint_types.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkg/dist/integration_endpoint_types.yml b/pkg/dist/integration_endpoint_types.yml index f590e91..6c16753 100644 --- a/pkg/dist/integration_endpoint_types.yml +++ b/pkg/dist/integration_endpoint_types.yml @@ -80,6 +80,14 @@ datadog: title: Disable consumer group metrics type: boolean example: true + extra_tags_prefix: + title: Extra tags prefix. Defaults to aiven + type: string + min_length: 0 + max_length: 64 + pattern: ^[A-Za-z0-9\-]{0,64}$ + example: aiven + user_error: Must consist of up to 64 alpha-numeric characters kafka_consumer_check_instances: title: Number of separate instances to fetch kafka consumer statistics with type: integer