Skip to content

Commit 47a2e25

Browse files
authored
Merge branch 'master' into drichards-87/remove-docs-team-codeowners
2 parents b88d686 + 033080d commit 47a2e25

File tree

474 files changed

+31634
-1260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

474 files changed

+31634
-1260
lines changed

.generator/poetry.lock

Lines changed: 202 additions & 166 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.generator/schemas/v1/openapi.yaml

Lines changed: 72 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,6 +2875,7 @@ components:
28752875
- ci_tests
28762876
- ci_pipelines
28772877
- incident_analytics
2878+
- product_analytics
28782879
example: logs
28792880
type: string
28802881
x-enum-varnames:
@@ -2889,6 +2890,7 @@ components:
28892890
- CI_TESTS
28902891
- CI_PIPELINES
28912892
- INCIDENT_ANALYTICS
2893+
- PRODUCT_ANALYTICS
28922894
FormulaAndFunctionMetricAggregation:
28932895
description: The aggregation methods available for metrics queries.
28942896
enum:
@@ -3288,15 +3290,19 @@ components:
32883290
example: https://www.googleapis.com/robot/v1/metadata/x509/$CLIENT_EMAIL
32893291
type: string
32903292
cloud_run_revision_filters:
3291-
description: 'Limit the Cloud Run revisions that are pulled into Datadog
3292-
by using tags.
3293+
deprecated: true
3294+
description: 'List of filters to limit the Cloud Run revisions that are
3295+
pulled into Datadog by using tags.
32933296

32943297
Only Cloud Run revision resources that apply to specified filters are
3295-
imported into Datadog.'
3298+
imported into Datadog.
3299+
3300+
**Note:** This field is deprecated. Instead, use `monitored_resource_configs`
3301+
with `type=cloud_run_revision`'
32963302
example:
32973303
- $KEY:$VALUE
32983304
items:
3299-
description: Cloud Run Filters
3305+
description: Cloud Run revision filters
33003306
type: string
33013307
type: array
33023308
errors:
@@ -3309,11 +3315,16 @@ components:
33093315
type: string
33103316
type: array
33113317
host_filters:
3312-
description: 'Limit the GCE instances that are pulled into Datadog by using
3313-
tags.
3318+
deprecated: true
3319+
description: 'A comma-separated list of filters to limit the VM instances
3320+
that are pulled into Datadog by using tags.
33143321

3315-
Only hosts that match one of the defined tags are imported into Datadog.'
3316-
example: key:value,filter:example
3322+
Only VM instance resources that apply to specified filters are imported
3323+
into Datadog.
3324+
3325+
**Note:** This field is deprecated. Instead, use `monitored_resource_configs`
3326+
with `type=gce_instance`'
3327+
example: $KEY1:$VALUE1,$KEY2:$VALUE2
33173328
type: string
33183329
is_cspm_enabled:
33193330
description: 'When enabled, Datadog will activate the Cloud Security Monitoring
@@ -3334,6 +3345,15 @@ components:
33343345
account.'
33353346
example: true
33363347
type: boolean
3348+
monitored_resource_configs:
3349+
description: Configurations for GCP monitored resources.
3350+
example:
3351+
- filters:
3352+
- $KEY:$VALUE
3353+
type: gce_instance
3354+
items:
3355+
$ref: '#/components/schemas/GCPMonitoredResourceConfig'
3356+
type: array
33373357
private_key:
33383358
description: Your private key name found in your JSON service account key.
33393359
example: private_key
@@ -3366,6 +3386,37 @@ components:
33663386
items:
33673387
$ref: '#/components/schemas/GCPAccount'
33683388
type: array
3389+
GCPMonitoredResourceConfig:
3390+
description: Configuration for a GCP monitored resource.
3391+
properties:
3392+
filters:
3393+
description: 'List of filters to limit the monitored resources that are
3394+
pulled into Datadog by using tags.
3395+
3396+
Only monitored resources that apply to specified filters are imported
3397+
into Datadog.'
3398+
example:
3399+
- $KEY:$VALUE
3400+
items:
3401+
description: A monitored resource filter
3402+
type: string
3403+
type: array
3404+
type:
3405+
$ref: '#/components/schemas/GCPMonitoredResourceConfigType'
3406+
type: object
3407+
GCPMonitoredResourceConfigType:
3408+
description: The GCP monitored resource type. Only a subset of resource types
3409+
are supported.
3410+
enum:
3411+
- cloud_function
3412+
- cloud_run_revision
3413+
- gce_instance
3414+
example: gce_instance
3415+
type: string
3416+
x-enum-varnames:
3417+
- CLOUD_FUNCTION
3418+
- CLOUD_RUN_REVISION
3419+
- GCE_INSTANCE
33693420
GeomapWidgetDefinition:
33703421
description: This visualization displays a series of values by country on a
33713422
world map.
@@ -27347,6 +27398,7 @@ paths:
2734727398
- hosts_read
2734827399
/api/v1/integration/aws:
2734927400
delete:
27401+
deprecated: true
2735027402
description: Delete a Datadog-AWS integration matching the specified `account_id`
2735127403
and `role_name parameters`.
2735227404
operationId: DeleteAWSAccount
@@ -27393,6 +27445,7 @@ paths:
2739327445
permissions:
2739427446
- aws_configurations_manage
2739527447
get:
27448+
deprecated: true
2739627449
description: List all Datadog-AWS integrations available in your Datadog organization.
2739727450
operationId: ListAWSAccounts
2739827451
parameters:
@@ -27443,6 +27496,7 @@ paths:
2744327496
permissions:
2744427497
- aws_configuration_read
2744527498
post:
27499+
deprecated: true
2744627500
description: 'Create a Datadog-Amazon Web Services integration.
2744727501

2744827502
Using the `POST` method updates your integration configuration
@@ -27494,6 +27548,7 @@ paths:
2749427548
permissions:
2749527549
- aws_configurations_manage
2749627550
put:
27551+
deprecated: true
2749727552
description: Update a Datadog-Amazon Web Services integration.
2749827553
operationId: UpdateAWSAccount
2749927554
parameters:
@@ -27563,6 +27618,7 @@ paths:
2756327618
- aws_configuration_edit
2756427619
/api/v1/integration/aws/available_namespace_rules:
2756527620
get:
27621+
deprecated: true
2756627622
description: List all namespace rules for a given Datadog-AWS integration. This
2756727623
endpoint takes no arguments.
2756827624
operationId: ListAvailableAWSNamespaces
@@ -27708,6 +27764,7 @@ paths:
2770827764
- manage_integrations
2770927765
/api/v1/integration/aws/filtering:
2771027766
delete:
27767+
deprecated: true
2771127768
description: Delete a tag filtering entry.
2771227769
operationId: DeleteAWSTagFilter
2771327770
requestBody:
@@ -27749,6 +27806,7 @@ paths:
2774927806
permissions:
2775027807
- aws_configuration_edit
2775127808
get:
27809+
deprecated: true
2775227810
description: Get all AWS tag filters.
2775327811
operationId: ListAWSTagFilters
2775427812
parameters:
@@ -27787,6 +27845,7 @@ paths:
2778727845
permissions:
2778827846
- aws_configuration_read
2778927847
post:
27848+
deprecated: true
2779027849
description: Set an AWS tag filter.
2779127850
operationId: CreateAWSTagFilter
2779227851
requestBody:
@@ -27832,6 +27891,7 @@ paths:
2783227891
- aws_configuration_edit
2783327892
/api/v1/integration/aws/generate_new_external_id:
2783427893
put:
27894+
deprecated: true
2783527895
description: Generate a new AWS external ID for a given AWS account ID and role
2783627896
name pair.
2783727897
operationId: CreateNewAWSExternalID
@@ -27917,6 +27977,7 @@ paths:
2791727977
permissions:
2791827978
- aws_configuration_edit
2791927979
get:
27980+
deprecated: true
2792027981
description: List all Datadog-AWS Logs integrations configured in your Datadog
2792127982
account.
2792227983
operationId: ListAWSLogsIntegrations
@@ -28058,6 +28119,7 @@ paths:
2805828119
- aws_configuration_read
2805928120
/api/v1/integration/aws/logs/services:
2806028121
get:
28122+
deprecated: true
2806128123
description: Get the list of current AWS services that Datadog offers automatic
2806228124
log collection. Use returned service IDs with the services parameter for the
2806328125
Enable an AWS service log collection API endpoint.
@@ -28100,6 +28162,7 @@ paths:
2810028162
permissions:
2810128163
- aws_configuration_read
2810228164
post:
28165+
deprecated: true
2810328166
description: Enable automatic log collection for a list of services. This should
2810428167
be run after running `CreateAWSLambdaARN` to save the configuration.
2810528168
operationId: EnableAWSLogServices
@@ -33990,7 +34053,7 @@ paths:
3399034053
- synthetics_write
3399134054
/api/v1/synthetics/tests/search:
3399234055
get:
33993-
description: Search for Synthetic tests and Test Suites.
34056+
description: Search for Synthetic tests.
3399434057
operationId: SearchTests
3399534058
parameters:
3399634059
- description: The search query.
@@ -34006,12 +34069,6 @@ paths:
3400634069
required: false
3400734070
schema:
3400834071
type: boolean
34009-
- description: If true, returns suites instead of tests.
34010-
in: query
34011-
name: search_suites
34012-
required: false
34013-
schema:
34014-
type: boolean
3401534072
- description: If true, return only facets instead of full test details.
3401634073
in: query
3401734074
name: facets_only

0 commit comments

Comments
 (0)