observIQ / bindplane-agent

observIQ’s distribution of the OpenTelemetry collector providing a simple and unified solution to collect, refine, and ship telemetry data anywhere
Apache License 2.0
95 stars 27 forks source link

fix: Call shutdown on storage extension #1855

Closed dpaasman00 closed 6 days ago

dpaasman00 commented 6 days ago

Proposed Change

Shutdown should be calling shutdown on the storage extension. When it doesn't, the next start up fails because it cannot connect to the file extension.

Checklist