Skip to content

Commit

Permalink
chore(userconfigs): generate files
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 2, 2024
1 parent 49cfe52 commit c9af9ea
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [MAJOR.MINOR.PATCH] - YYYY-MM-DD

- Add `ServiceIntegrationEndpoint` field `datadog.extra_tags_prefix`, type `string`: Extra tags prefix.
Defaults to aiven

## v0.26.0 - 2024-11-21

- Add kind: `Flink`
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ spec:
disable_consumer_stats:
description: Disable consumer group metrics
type: boolean
extra_tags_prefix:
description: Extra tags prefix. Defaults to aiven
maxLength: 64
minLength: 0
pattern: ^[A-Za-z0-9\-]{0,64}$
type: string
kafka_consumer_check_instances:
description:
Number of separate instances to fetch kafka consumer
Expand Down
6 changes: 6 additions & 0 deletions config/crd/bases/aiven.io_serviceintegrationendpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ spec:
disable_consumer_stats:
description: Disable consumer group metrics
type: boolean
extra_tags_prefix:
description: Extra tags prefix. Defaults to aiven
maxLength: 64
minLength: 0
pattern: ^[A-Za-z0-9\-]{0,64}$
type: string
kafka_consumer_check_instances:
description:
Number of separate instances to fetch kafka consumer
Expand Down
1 change: 1 addition & 0 deletions docs/docs/api-reference/serviceintegrationendpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Datadog configuration values.

- [`datadog_tags`](#spec.datadog.datadog_tags-property){: name='spec.datadog.datadog_tags-property'} (array of objects, MaxItems: 32). Custom tags provided by user. See below for [nested schema](#spec.datadog.datadog_tags).
- [`disable_consumer_stats`](#spec.datadog.disable_consumer_stats-property){: name='spec.datadog.disable_consumer_stats-property'} (boolean). Disable consumer group metrics.
- [`extra_tags_prefix`](#spec.datadog.extra_tags_prefix-property){: name='spec.datadog.extra_tags_prefix-property'} (string, Pattern: `^[A-Za-z0-9\-]{0,64}$`, MinLength: 0, MaxLength: 64). Extra tags prefix. Defaults to aiven.
- [`kafka_consumer_check_instances`](#spec.datadog.kafka_consumer_check_instances-property){: name='spec.datadog.kafka_consumer_check_instances-property'} (integer, Minimum: 1, Maximum: 100). Number of separate instances to fetch kafka consumer statistics with.
- [`kafka_consumer_stats_timeout`](#spec.datadog.kafka_consumer_stats_timeout-property){: name='spec.datadog.kafka_consumer_stats_timeout-property'} (integer, Minimum: 2, Maximum: 300). Number of seconds that datadog will wait to get consumer statistics from brokers.
- [`max_partition_contexts`](#spec.datadog.max_partition_contexts-property){: name='spec.datadog.max_partition_contexts-property'} (integer, Minimum: 200, Maximum: 200000). Maximum number of partition contexts to send.
Expand Down

0 comments on commit c9af9ea

Please sign in to comment.