Skip to content

[cmd/opampsupervisor]: Fix supervisor on Windows #34570

Closed
@BinaryFissionGames

Description

@BinaryFissionGames

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

9a04c69

Environment information

Environment

Windows

OpenTelemetry Collector configuration

No response

Log output

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions