From 89ff270bca43f036058e0d196bd24ae76cb439d6 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 27 Nov 2024 03:16:25 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2024-11-27) --- 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