Closed
Description
Component(s)
cmd/opampsupervisor
What happened?
Description
Currently, the supervisor doesn't work on windows, nor do our e2e tests work.
The main culprit is the way signals are handled; go does not support sending os.Interrupt
on Windows. So instead, we'll have to try and send a graceful shutdown signal on windows a different way.
Collector version
Environment information
Environment
Windows
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response