otelcol.receiver
timing out if downstream component offline
#2424
Labels
bug
Something isn't working
otelcol.receiver
timing out if downstream component offline
#2424
What's wrong?
Currently, if an
otelcol.exporter
has errors, that causes theotelcol.receiver
to time out. Receivers in Alloy should function regardless of whether the components they connect to are successful. The effect is then that our app fails because the in-app exporter expects a resilient receiver to be present. Instead, if an Alloy exporter has errors, those should be logged by Alloy, and not pass the instability up the chain.Steps to reproduce
Build a simple otelcol pipeline in Alloy with a dud final endpoint and try to write to the receiver.
System information
Linux 5.10.0-33-amd64
Software version
alloy, version v1.5.1 (branch: HEAD, revision: dc8a365)
Configuration
Logs
The text was updated successfully, but these errors were encountered: