Closed
Description
To implement OpAMP for the Collector we need a way for extensions to know what is the current effective configuration of the Collector, see the [design document](https://docs.google.com/document/d/1KtH5atZQUs9Achbce6LiOaJxLbksNJenvgvyKLsJrkc/edit#heading=h.ioikt02qpy5f.
This can be implemented as an optional interface that extensions can implement to be notified of the current config.
The config must be reported immediately after the extensions are started and then every time the config changes as a result of ConfigProvider reloads.