Module otlp

Module otlp 

Source
Expand description

OTLP domain: the OTLP receiver (gRPC/HTTP transports, logs/metrics activation), the OTLP proxy gating, and OTLP context sizing. OTLP trace handling lives in the traces domain.

Structs§

Contexts
OTLP context cache sizing.
Cors
CORS configuration for the OTLP HTTP receiver.
Domain
Resolved OTLP configuration.
GrpcReceiver
OTLP gRPC receiver.
HttpReceiver
OTLP HTTP receiver.
Metrics
OTLP metrics translation settings.
Proxy
OTLP proxy gating: which signals the proxy forwards, and the proxy receiver endpoint.
Receiver
OTLP receiver transports and per-signal activation.
Summaries
OTLP summary translation settings.
Sums
OTLP sum translation settings.
Traces
OTLP trace ingestion settings.

Enums§

CumulativeMonotonicMode
How cumulative monotonic sums are reported.
GrpcTransport
Transport accepted by the OTLP gRPC receiver.
HistogramMode
How explicit OTLP histogram buckets are reported.
InitialCumulativeMonotonicValue
Controls how the first value of a cumulative monotonic sum is reported.
SummaryMode
How OTLP summary quantiles are reported.

Constants§

DEFAULT_DELTA_TTL
Default TTL for cached prior points used when converting cumulative sums to deltas.
DEFAULT_GRPC_MAX_RECV_MSG_SIZE_MIB
Default gRPC maximum inbound message size, in MiB.