You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_MAX_RECV_MSG_SIZE_MIB environment variable, the OTLP ingest fails and does not start.
The logs suggest a straightforward issue of failed string to int conversion:
February 12, 2025 at 12:06 (UTC+1:00) | 2025-02-12 11:06:14 UTC \| CORE \| ERROR \| (comp/otelcol/collector/impl-pipeline/pipeline.go:112 in func1) \| Error running the OTLP ingest pipeline: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s): | datadog-agent
-- | -- | --
February 12, 2025 at 12:06 (UTC+1:00) | error decoding 'receivers': error reading configuration for "otlp": decoding failed due to the following error(s): | datadog-agent
February 12, 2025 at 12:06 (UTC+1:00) | error decoding '': decoding failed due to the following error(s): | datadog-agent
February 12, 2025 at 12:06 (UTC+1:00) | 'protocols.grpc.max_recv_msg_size_mib' expected type 'int', got unconvertible type 'string', value: '16'
Agent Environment
Agent version: 7.62.2
Relevant environment variables supplied to the agent:
When specifying
DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_MAX_RECV_MSG_SIZE_MIB
environment variable, the OTLP ingest fails and does not start.The logs suggest a straightforward issue of failed string to int conversion:
Agent Environment
Agent version: 7.62.2
Relevant environment variables supplied to the agent:
Describe what happened:
OTLP ingest pipeline errors on init because of failed decoding of ENV variable.
Describe what you expected:
Agent working as expected without error.
Steps to reproduce the issue:
Agent Environment
section.Error running the OTLP ingest
as shows before.Additional environment details (Operating System, Cloud provider, etc):
OS: Linux/X86_64
Cloud Provider: AWS ECS Fargate
The text was updated successfully, but these errors were encountered: