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
Projects that have instrumentation based on Micrometer Observation may also need to use context-propagation to ensure propagation in that project is handled correctly. Currently, as context-propagation is an optional dependency, there is no version management provided in this case. If the project depends on Micrometer Tracing, that will pull in a transitive dependency on context-propagation (eliminating the need to choose the version), but not every project will have a dependency on tracing.
We can add context-propagation to the micrometer-bom with the version that we compile against for our optional integration with context-propagation in micrometer-core.
The text was updated successfully, but these errors were encountered:
Projects that have instrumentation based on Micrometer Observation may also need to use context-propagation to ensure propagation in that project is handled correctly. Currently, as context-propagation is an optional dependency, there is no version management provided in this case. If the project depends on Micrometer Tracing, that will pull in a transitive dependency on context-propagation (eliminating the need to choose the version), but not every project will have a dependency on tracing.
We can add context-propagation to the micrometer-bom with the version that we compile against for our optional integration with context-propagation in micrometer-core.
The text was updated successfully, but these errors were encountered: