Trask Stalnaker
Trask Stalnaker
I think you could do something like: ``` tracer_provider: sampler: parent_based: root: rule_based_routing: fallback_sampler: rule_based_routing: fallback_sampler: always_on: span_kind: CLIENT rules: - action: DROP attribute: db.statement pattern: ^PING$ - action: DROP...
I think we need to keep this bridge until we remove the deprecated methods that are still using ConfigProperties
what if someone has an extension with - IgnoredTypesConfigurer - InstrumentationModule using one of those deprecated ConfigProperties methods?
> I would say we shouldn't try to do that, it only creates some things that still don't work good point, extensions (e.g. adding span processors) generally need to do...