Open skandragon opened 1 day ago
exporter/loadbalancing
The load balancing exporter uses a Merge helper that seems like it will destroy data when duplicate data flows through it.
Merge
It should not drop data.
It drops data.
v0.114.0
go latest, any linux
No response
Pinging code owners:
exporter/loadbalancing: @jpkrohling
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Component(s)
exporter/loadbalancing
What happened?
Description
The load balancing exporter uses a
Merge
helper that seems like it will destroy data when duplicate data flows through it.Steps to Reproduce
Expected Result
It should not drop data.
Actual Result
It drops data.
Collector version
v0.114.0
Environment information
go latest, any linux
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response