Skip to main content

Module otlp

Module otlp 

Source
Expand description

Annotations for OTLP source, decoder, and relay configuration keys.

Constants§

ALL
All annotations declared in this module, in declaration order.
OTLP_ALLOW_CONTEXT_HEAP_ALLOCS
otlp_allow_context_heap_allocs.
OTLP_CACHED_CONTEXTS_LIMIT
otlp_cached_contexts_limit — ADP-specific, default 500,000.
OTLP_CACHED_TAGSETS_LIMIT
otlp_cached_tagsets_limit — ADP-specific, default 500,000.
OTLP_CONFIG_LOGS_ENABLED
otlp_config.logs.enabled — schema default is false but saluki defaults to true; test_json injects false explicitly.
OTLP_CONFIG_METRICS_ENABLED
otlp_config.metrics.enabled.
OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT
otlp_config.receiver.protocols.grpc.endpoint
OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_MAX_RECV_MSG_SIZE_MIB
otlp_config.receiver.protocols.grpc.max_recv_msg_size_mib Schema says Float but the Rust field is u64.
OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_TRANSPORT
otlp_config.receiver.protocols.grpc.transport
OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT
otlp_config.receiver.protocols.http.endpoint
OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_TRANSPORT
otlp_config.receiver.protocols.http.transport — ADP-specific, not in Agent schema.
OTLP_CONFIG_TRACES_ENABLED
otlp_config.traces.enabled.
OTLP_CONFIG_TRACES_ENABLE_TOP_LEVEL_BY_SPAN_KIND
otlp_config.traces.enable_otlp_compute_top_level_by_span_kind.
OTLP_CONFIG_TRACES_IGNORE_MISSING_DATADOG_FIELDS
otlp_config.traces.ignore_missing_datadog_fields — ADP-specific, default false.
OTLP_CONFIG_TRACES_INTERNAL_PORT
otlp_config.traces.internal_port — schema says Float but field is u16.
OTLP_CONFIG_TRACES_PROBABILISTIC_SAMPLER_SAMPLING_PERCENTAGE
otlp_config.traces.probabilistic_sampler.sampling_percentage — default 100.0.
OTLP_CONFIG_TRACES_STRING_INTERNER_SIZE
otlp_config.traces.string_interner_size — ADP-specific; default 512 KiB.
OTLP_STRING_INTERNER_SIZE
otlp_string_interner_size — ADP-specific; default 2 MiB.