-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[cmd/opampsupervisor] macOS example setup broken #39492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
akshays-19
pushed a commit
to akshays-19/opentelemetry-collector-contrib
that referenced
this issue
Apr 23, 2025
…-telemetry#39493) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Fixes the macOS [example config](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/ec1e5061f599d47ec17c5e4783f60e9ea3a0d1e2/cmd/opampsupervisor/examples/supervisor_darwin.yaml) and makes it consistent with the Linux and Windows configs, so that the Supervisor can successfully connect to the [go-opamp server](https://github.com/open-telemetry/opamp-go/tree/d646431dacb432f56a84111bf94c9741692f53c0/internal/examples/server). <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#39492 <!--Describe what testing was performed and which tests were added.--> #### Testing 1. In [open-telemetry/opamp-go](https://github.com/open-telemetry/opamp-go): ``` cd internal/examples/server go run . ``` 2. In [open-telemetry/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib): ``` make otelcontribcol cd cmd/opampsupervisor go run . --config examples/supervisor_darwin.yaml ``` <!--Please delete paragraphs that you did not use before submitting.-->
Fiery-Fenix
pushed a commit
to Fiery-Fenix/opentelemetry-collector-contrib
that referenced
this issue
Apr 24, 2025
…-telemetry#39493) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Fixes the macOS [example config](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/ec1e5061f599d47ec17c5e4783f60e9ea3a0d1e2/cmd/opampsupervisor/examples/supervisor_darwin.yaml) and makes it consistent with the Linux and Windows configs, so that the Supervisor can successfully connect to the [go-opamp server](https://github.com/open-telemetry/opamp-go/tree/d646431dacb432f56a84111bf94c9741692f53c0/internal/examples/server). <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#39492 <!--Describe what testing was performed and which tests were added.--> #### Testing 1. In [open-telemetry/opamp-go](https://github.com/open-telemetry/opamp-go): ``` cd internal/examples/server go run . ``` 2. In [open-telemetry/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib): ``` make otelcontribcol cd cmd/opampsupervisor go run . --config examples/supervisor_darwin.yaml ``` <!--Please delete paragraphs that you did not use before submitting.-->
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component(s)
cmd/opampsupervisor
What happened?
Description
The macOS example config in cmd/opampsupervisor/examples/supervisor_darwin.yaml has diverged from the Linux and Windows configs since #37541, and it is no longer possible to successfully connect to the opamp-go example server without additional setup or changes.
Steps to Reproduce
In open-telemetry/opamp-go clone:
In open-telemetry/opentelemetry-collector-contrib clone:
Expected Result
Supervisor should successfully connect to the OpAMP server.
Actual Result
Supervisor fails to connect to the OpAMP server and to the logs and traces endpoints.
Supervisor logs: see the Log output section.
Server logs:
Collector version
ec1e506
Environment information
Environment
OS: macOS Sequoia 15.4.1
Compiler: go1.24.2 darwin/arm64
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: