Commit Graph

13 Commits

Author SHA1 Message Date
dengliming e1016d66e2
Fix Logger name (#1837)
* Fix Logger name

* Fix spotlessCheck
2020-10-20 19:28:37 -07:00
Anuraag Agrawal ecdfc391f2
Add a ContextValue interface to allow Context.withValue(value) withou… (#1827)
* Add a ContextValue interface to allow Context.withValue(value) without a key.

* Assertions

* Renames
2020-10-20 19:26:54 -07:00
Anuraag Agrawal 894f53707c
Restore third party copyright headers in context package. (#1828) 2020-10-19 13:17:40 -07:00
dengliming c7a46022d4
Fix using default context storage implemenation in LazyStorage (#1823)
* Fix using default context storage implemenation in LazyStorage

* Use the single implementation if providerClassName property is unset

* Add unit tests for LazyStorage
2020-10-19 13:08:30 -07:00
Anuraag Agrawal cb646955f9
Increase timeout for context wrap test. (#1833) 2020-10-19 10:16:09 -07:00
Bogdan Drutu b73a063901
Remove getCurrentContext and withSpan from Tracer (#1809)
* Remove getCurrentContext and withSpan from Tracer

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Remove old java7 example

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-10-15 10:58:41 -07:00
Anuraag Agrawal 7d269be811
Publish -context package (#1797) 2020-10-14 08:27:00 -07:00
Anuraag Agrawal 78fd4d1c8f
Add package-info.java to all packages and ParamatersAreNonNullByDefault. (#1772) 2020-10-08 08:26:49 -07:00
Anuraag Agrawal 21fbb36d81
Add an OpenTelemetry context mechanism. (#1658)
* Add an OpenTelemetry context mechanism.

* Moar

* Extracted interfaces

* More context

* Cleanup / tests

* Move and cleanups

* Brackets

* Add example for brave context interop

* Brave in OTel

* Spotless

* Missing folder

* Another

* Spotless
2020-10-05 17:03:11 +09:00
Bogdan Drutu 9cb3ad5eb7 Add initial OpenCensus API. 2019-03-26 16:02:25 -07:00
Bogdan Drutu 505ef89acf Cleanup gradle.build. 2019-03-19 18:13:27 -07:00
Bogdan Drutu 7a64e42c91 Minor readme fixes and add badges. 2019-02-26 10:33:57 -08:00
Bogdan Drutu afaef31350 Setup gradle, checkstyle, errorprone, google-java-format, jmh and first two artifacts context and api. 2019-02-26 10:17:30 -08:00