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
[OpAMP] enable OpAMP endpoint by default (#6657) (#6662)
* feat: enable OpAMP feature flag by default
Set EnableOpAMP to true in InitDefaults() so the OpAMP endpoint
is enabled out of the box without requiring explicit configuration.
* test: update config test to use defaultServer() for input-config case
Replace the manually built Server struct with defaultServer() plus
overrides so it picks up the new EnableOpAMP default. Remove unused
helpers (defaultServerBulk, defaultServerGC, defaultPBKDF2).
* test: clarify feature flag test case names
Rename test cases to "explicitly disabled/enabled" to reflect that
the flag now defaults to true.
* docs: update reference config to reflect OpAMP enabled by default
* docs: update OpAMP setup guide for default-enabled flag
The feature flag is now enabled by default, so the docs now explain
how to disable it rather than how to enable it.
* e2e: remove redundant enable_opamp flag from OpAMP test template
The flag now defaults to true, so explicitly setting it is unnecessary.
* changelog: add fragment for OpAMP feature flag default change
* chore: fix gofmt formatting in config_test.go
---------
(cherry picked from commit fee63f0)
Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments