Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional authThe authentication strategy to use for outgoing Prometheus Remote Write requests.
Optional bufferConfiguration for buffer settings on destination components.
Optional defaultThe default namespace to add as a prefix to metric names that do not already have one.
Optional endpointName of the environment variable or secret that holds the Prometheus Remote Write endpoint URL.
Defaults to DESTINATION_PROMETHEUS_REMOTE_WRITE_ENDPOINT_URL (prefixed with DD_OP_ at runtime).
The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the input to downstream components).
A list of component IDs whose output is used as the input for this component.
Optional passwordName of the environment variable or secret that holds the password (used when auth_strategy is basic).
Optional tenantThe tenant ID to include with outgoing requests. Used by multi-tenant Prometheus Remote Write receivers.
Optional tlsConfiguration for enabling TLS encryption between the pipeline component and external services.
Optional tokenName of the environment variable or secret that holds the bearer token (used when auth_strategy is bearer).
The destination type. The value should always be prometheus_remote_write.
Optional usernameName of the environment variable or secret that holds the username (used when auth_strategy is basic).
Generated using TypeDoc
The
prometheus_remote_writedestination forwards metrics to an endpoint that supports the Prometheus Remote Write protocol.Supported pipeline types: metrics