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.
KeepaliveServerParameters
Server-side keepalive parameters for the OTLP gRPC 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.
Tls
TLS settings for an OTLP receiver (gRPC or HTTP).
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_KEEPALIVE_TIME
Default gRPC keepalive ping interval: idle time before the server sends a PING to check the connection is still alive.
DEFAULT_GRPC_KEEPALIVE_TIMEOUT
Default gRPC keepalive ping timeout: time to wait for a PONG before closing the connection.
DEFAULT_GRPC_MAX_RECV_MSG_SIZE_MIB
Default gRPC maximum inbound message size, in MiB.