micrometer-metrics / micrometer-samples

Sample apps to demo Micrometer features
Apache License 2.0
61 stars 21 forks source link

Retrieve ContextView from ValueSource for parent observation #8

Closed ttddyy closed 1 year ago

ttddyy commented 1 year ago

Retrieve reactor context from ValueStore.

The https://github.com/r2dbc/r2dbc-proxy/pull/121/commits/fcb2d6fb6ab4c0b43ecca03b03b7f40cdfd21f95 adds a change in r2dbc-proxy to register a reactor context to ValueSource as a readonly ContextView under ContextView.class key.

This PR adds a change to read the parent observation from ContextView.class key.

ttddyy commented 1 year ago

Current main covers this change.