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
FilterService._apply_strategies and _apply_replacements consult the context cache for every span regardless of the strategy's replacementScope, so DOCUMENT scope is not distinguishable from CONTEXT and the setting has no effect.
Acceptance Criteria
replacementScope selects between document-scoped and context-scoped caching.
The default matches the schema and the Java engine.
FilterService._apply_strategiesand_apply_replacementsconsult the context cache for every span regardless of the strategy'sreplacementScope, soDOCUMENTscope is not distinguishable fromCONTEXTand the setting has no effect.Acceptance Criteria
replacementScopeselects between document-scoped and context-scoped caching.