f5 / otel-arrow-adapter

Adapter used to convert OTEL batches to/from OTEL Arrow batches in both directions.
Apache License 2.0
39 stars 6 forks source link

Disable arrow receiver when Disabled=true on all services #177

Closed jmacd closed 1 year ago

jmacd commented 1 year ago

Observed a crash when an Arrow receiver tried to accept data despite having Disabled: true in its config. This stems from the new per-signal services, which were not checking for disabled before registering. Extends a test to be sure we don't crash in this scenario.