Skip to content

Azure Monitor Exporter: downgrade export.failed log from ERROR to WARN #2348

@cijothomas

Description

@cijothomas

Network export failures (DNS errors, connection timeouts) produce ERROR logs — one per failed batch. With up to 16 in-flight batches, a brief network outage generates a rapid wall of ERROR lines that obscures real problems.

These failures are transient and self-healing (durable buffer re-delivers NACKed batches). Dedicated metrics (failed.batches, laclient.network.errors) already cover alerting.

Proposal: Downgrade export.failed from otel_error! to otel_warn!. Other otel_error! sites (gzip failures, invalid auth headers) remain ERROR as they indicate actual bugs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions