-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[extension/opampextension] reports effective config #29277
[extension/opampextension] reports effective config #29277
Conversation
0c32485
to
d7c499d
Compare
Sorry, I planned to modify the review comment again, but I chose the wrong |
@evan-bradley @tigrannajaryan do you think this should be implemented as feature gate first? |
Can you please attach a screenshot showing what it looks like in the server UI? |
I don't think it is needed. The opamp extension is in "development" state and there is no stability expectations. |
3508ada
to
0a86f4e
Compare
👌 I edited the PR to include the collector config and a screenshot of the server UI. |
Co-authored-by: Jared Tan <[email protected]>
c79ad44
to
1fe3061
Compare
**Description:** The collector implementation makes a copy of effective configuration before calling `NotifyConfig` so it's safe for the config watcher to save the pointer and use it later. It is resonable to promise this in the API contract. **Link to tracking Issue:** open-telemetry/opentelemetry-collector-contrib#29277 (comment) --------- Co-authored-by: Evan Bradley <[email protected]>
**Description:** The collector implementation makes a copy of effective configuration before calling `NotifyConfig` so it's safe for the config watcher to save the pointer and use it later. It is resonable to promise this in the API contract. **Link to tracking Issue:** open-telemetry/opentelemetry-collector-contrib#29277 (comment) --------- Co-authored-by: Evan Bradley <[email protected]>
Link to tracking Issue: resolve #27293
Testing:
unittest
manual test with opamp-go example:
Documentation: README.md