Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3: regenerate from new API spec #672

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 30 additions & 20 deletions v3/generator/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4651,7 +4651,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when
attached to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -4660,7 +4661,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -4669,15 +4670,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer
statistics from brokers
statistics from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
description: External integration DataDog configuration
sos-bucket-usage:
type: object
Expand Down Expand Up @@ -4849,7 +4851,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when
attached to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -4858,7 +4861,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -4867,15 +4870,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer
statistics from brokers
statistics from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
required:
- datadog-api-key
- site
Expand Down Expand Up @@ -5246,7 +5250,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when attached
to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -5255,7 +5260,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -5264,15 +5269,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer statistics
from brokers
from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
sks-nodepool:
type: object
properties:
Expand Down Expand Up @@ -5845,7 +5851,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when
attached to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -5854,7 +5861,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -5863,15 +5870,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer
statistics from brokers
statistics from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
required:
- datadog-api-key
dbaas-service-redis:
Expand Down Expand Up @@ -6080,7 +6088,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when
attached to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -6089,7 +6098,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -6098,15 +6107,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer
statistics from brokers
statistics from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
description: External integration DataDog configuration
dbaas-kafka-acl-id:
type: string
Expand Down
40 changes: 20 additions & 20 deletions v3/schemas.go

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