Skip to content

Commit bd3ae8c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 96cda00 of spec repo
1 parent 6a4db75 commit bd3ae8c

File tree

6 files changed

+8
-134
lines changed

6 files changed

+8
-134
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35304,6 +35304,7 @@ components:
3530435304
example:
3530535305
- rec-7c3f5a1b-9e2d-4f8a-b1c6-3d7e9f0a2b4c
3530635306
items:
35307+
description: A record ID to delete.
3530735308
type: string
3530835309
type: array
3530935310
required:
@@ -35336,6 +35337,7 @@ components:
3533635337
example:
3533735338
- 9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d
3533835339
items:
35340+
description: A dataset ID to delete.
3533935341
type: string
3534035342
type: array
3534135343
required:
@@ -35368,6 +35370,7 @@ components:
3536835370
example:
3536935371
- 3fd6b5e0-8910-4b1c-a7d0-5b84de329012
3537035372
items:
35373+
description: An experiment ID to delete.
3537135374
type: string
3537235375
type: array
3537335376
required:
@@ -35400,6 +35403,7 @@ components:
3540035403
example:
3540135404
- a33671aa-24fd-4dcd-9b33-a8ec7dde7751
3540235405
items:
35406+
description: A project ID to delete.
3540335407
type: string
3540435408
type: array
3540535409
required:
@@ -35623,6 +35627,7 @@ components:
3562335627
tags:
3562435628
description: List of tags associated with the metric.
3562535629
items:
35630+
description: A tag string in `key:value` format.
3562635631
type: string
3562735632
type: array
3562835633
timestamp_ms:
@@ -35696,6 +35701,7 @@ components:
3569635701
tags:
3569735702
description: List of tags associated with the span.
3569835703
items:
35704+
description: A tag string in `key:value` format.
3569935705
type: string
3570035706
type: array
3570135707
trace_id:
@@ -44821,7 +44827,7 @@ components:
4482144827
Protocol (OTLP) over gRPC and HTTP.
4482244828

4482344829

44824-
**Supported pipeline types:** logs, metrics'
44830+
**Supported pipeline types:** logs'
4482544831
properties:
4482644832
grpc_address_key:
4482744833
description: Environment variable name containing the gRPC server address
@@ -44851,7 +44857,6 @@ components:
4485144857
type: object
4485244858
x-pipeline-types:
4485344859
- logs
44854-
- metrics
4485544860
ObservabilityPipelineOpentelemetrySourceType:
4485644861
default: opentelemetry
4485744862
description: The source type. The value should always be `opentelemetry`.

examples/v2/observability-pipelines/ValidatePipeline_884022323.java

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineOpentelemetrySource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* The <code>opentelemetry</code> source receives telemetry data using the OpenTelemetry Protocol
2222
* (OTLP) over gRPC and HTTP.
2323
*
24-
* <p><strong>Supported pipeline types:</strong> logs, metrics
24+
* <p><strong>Supported pipeline types:</strong> logs
2525
*/
2626
@JsonPropertyOrder({
2727
ObservabilityPipelineOpentelemetrySource.JSON_PROPERTY_GRPC_ADDRESS_KEY,

src/test/resources/cassettes/features/v2/Validate_a_metrics_pipeline_with_opentelemetry_source_returns_OK_response.freeze

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/test/resources/cassettes/features/v2/Validate_a_metrics_pipeline_with_opentelemetry_source_returns_OK_response.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/test/resources/com/datadog/api/client/v2/api/observability_pipelines.feature

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,6 @@ Feature: Observability Pipelines
149149
And the response "data.attributes.config.destinations" has length 1
150150
And the response "data.attributes.config.destinations[0].id" is equal to "updated-datadog-logs-destination-id"
151151

152-
@team:DataDog/observability-pipelines
153-
Scenario: Validate a metrics pipeline with opentelemetry source returns "OK" response
154-
Given new "ValidatePipeline" request
155-
And body with value {"data": {"attributes": {"config": {"pipeline_type": "metrics", "destinations": [{"id": "datadog-metrics-destination", "inputs": ["my-processor-group"], "type": "datadog_metrics"}], "processor_groups": [{"enabled": true, "id": "my-processor-group", "include": "*", "inputs": ["opentelemetry-source"], "processors": [{"enabled": true, "id": "filter-processor", "include": "env:production", "type": "filter"}]}], "sources": [{"id": "opentelemetry-source", "type": "opentelemetry"}]}, "name": "Metrics OTel Pipeline"}, "type": "pipelines"}}
156-
When the request is sent
157-
Then the response status is 200 OK
158-
And the response "errors" has length 0
159-
160152
@team:DataDog/observability-pipelines
161153
Scenario: Validate an observability pipeline returns "Bad Request" response
162154
Given new "ValidatePipeline" request

0 commit comments

Comments
 (0)