You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When extension/opamp is enabled, the effective configuration viewed in the UI, should be exactly the actual configuration plus merged extra configuration by the extension itself.
But as of now, it's not the case.
Steps to Reproduce
Spin up the OpAMP server:
git clone https://github.com/open-telemetry/opamp-go.git
make build-example-server
cd internal/examples/server
./bin/server
Component(s)
extension/opamp
What happened?
Description
When
extension/opamp
is enabled, the effective configuration viewed in the UI, should be exactly the actual configuration plus merged extra configuration by the extension itself.But as of now, it's not the case.
Steps to Reproduce
git clone https://github.com/open-telemetry/opamp-go.git make build-example-server cd internal/examples/server ./bin/server
Then I can access the UI at: http://127.0.0.1:4321/
Open another console.
What I saw in the Effective Configuration is as below, which is NOT the right effective configuration:
Expected Result
The effective configuration should be the actual configuration plus potentially merged extra configuration by the extension itself.
Actual Result
Some components, say
debug
exporters,telemetry
service are missing.Collector version
22d86de
Environment information
Environment
OS: MBP with M1 chip
Compiler(if manually compiled): go version go1.21.3 darwin/arm64
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: