Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 355686431
  • Loading branch information
hagbard authored and Flogger Team committed Feb 4, 2021
1 parent 6d5e7bc commit 777ceb5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
* This is not guaranteed however and the semantic behaviour of context propagation is not defined
* by this class.
*
* <p>In particular, if you haven't explicitly opened a context in which to run your code, there is
* no guarantee that a default "global" context exists. In this case any attempts to add metadata
* (e.g. via {@link #addTags}) will fail, returning {@code false}.
*
* <p>Context support and automatic propagation is heavily reliant on Java platform capabilities,
* and precise behaviour is likely to differ between runtime environments or frameworks. Context
* propagation may not behave the same everywhere, and in some situations logging contexts may not
Expand Down

0 comments on commit 777ceb5

Please sign in to comment.