File tree Expand file tree Collapse file tree
src/main/java/com/datadog/api/client/v2/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44821,7 +44821,7 @@ components:
4482144821 Protocol (OTLP) over gRPC and HTTP.
4482244822
4482344823
44824- **Supported pipeline types:** logs'
44824+ **Supported pipeline types:** logs, metrics '
4482544825 properties:
4482644826 grpc_address_key:
4482744827 description: Environment variable name containing the gRPC server address
@@ -44851,6 +44851,7 @@ components:
4485144851 type: object
4485244852 x-pipeline-types:
4485344853 - logs
44854+ - metrics
4485444855 ObservabilityPipelineOpentelemetrySourceType:
4485544856 default: opentelemetry
4485644857 description: The source type. The value should always be `opentelemetry`.
Original file line number Diff line number Diff line change 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
24+ * <p><strong>Supported pipeline types:</strong> logs, metrics
2525 */
2626@ JsonPropertyOrder ({
2727 ObservabilityPipelineOpentelemetrySource .JSON_PROPERTY_GRPC_ADDRESS_KEY ,
You can’t perform that action at this time.
0 commit comments