Remove declarative config bridge from agent#15778
Conversation
17d5f8c to
9c44f65
Compare
2ca445c to
2c3a9f7
Compare
|
I think we need to keep this bridge until we remove the deprecated methods that are still using ConfigProperties |
No those are not using this bridge - use explicit fallback instead. In fact, only contrib extensions use this bridge at this point. |
|
what if someone has an extension with
using one of those deprecated ConfigProperties methods? |
That's a good point. We have to decide if we want to support ConfigProperties in those extensions together with declarative config, which is still experimental. |
good point, extensions (e.g. adding span processors) generally need to do work anyways to support declarative configuration |
No description provided.