Class ObservabilityPipelineOpentelemetryMetricsDestination

The opentelemetry destination forwards metrics using the OpenTelemetry Protocol (OTLP) over HTTP.

Supported pipeline types: metrics

Hierarchy

  • ObservabilityPipelineOpentelemetryMetricsDestination

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Configuration for buffer settings on destination components.

httpClientUriKey?: string

Environment variable name containing the URI of the OTLP HTTP endpoint to send metrics to.

id: string

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).

inputs: string[]

A list of component IDs whose output is used as the input for this component.

Configuration for enabling TLS encryption between the pipeline component and external services.

The destination type. Always opentelemetry.

Generated using TypeDoc