Skip to content

Commit

Permalink
Making Context-Propagation library a mandatory dependency
Browse files Browse the repository at this point in the history
Without this being mandatory things like ObservationThreadLocalAccessor from Micrometer Core will not be applicable

In general without Context Propagation Tracing will not work properly
  • Loading branch information
marcingrzejszczak committed Jul 15, 2022
1 parent 015b073 commit dac1c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions micrometer-tracing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

dependencies {
api 'io.micrometer:micrometer-observation'
api 'io.micrometer:micrometer-context-propagation'
api 'aopalliance:aopalliance'

// log monitoring
Expand Down

0 comments on commit dac1c30

Please sign in to comment.