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
The context-propagation library under micrometer-metrics is partly a result of the experience in Spring for GraphQL, but also more generally a result of the experience with context propagation in a wide range of applications with reactive and asynchronous logic. For 1.1, we can use this library to replace the custom solution in Spring for GraphQL.
The text was updated successfully, but these errors were encountered:
The ThreadLocalAccessor in 1.0 was intended as a temporary solution
that is now replaced by a similar contract in the
`io.micrometer:context-propagation` library.
Unfortunately, there is no way to adapt one to the other, but
it is trivial to implement the new contract and register it either with
`ContextRegistry#getInstance` on startup or through the
`ServiceLoader` mechanism.
See gh-459
rstoyanchev
changed the title
Integrate with context-propagation library under micrometer-metrics
Integrate with the Micrometer Context Propagation library
Sep 2, 2022
The context-propagation library under micrometer-metrics is partly a result of the experience in Spring for GraphQL, but also more generally a result of the experience with context propagation in a wide range of applications with reactive and asynchronous logic. For 1.1, we can use this library to replace the custom solution in Spring for GraphQL.
The text was updated successfully, but these errors were encountered: