dengliming
acd063c302
Fix comment and remove import ( #2300 )
2020-12-14 11:55:35 -08:00
jason plumb
5e891ccad9
make imports consistent with other files in this package. ( #2280 )
2020-12-11 15:38:42 -08:00
Prashant Srivastava
f88e207f09
Adding instructions to run benchmarks ( #2271 )
...
* benchmark readme for opentelemetry-sdk
* benchmark instructions for all the modules
* Fixing typo
2020-12-11 14:40:16 +09:00
jason plumb
6af53c226d
Update README for extensions propagators ( #2207 )
...
* Update README for extensions propagators for #2067 .
* OpenTracing -> LightStep OpenTracing
* Update extensions/trace-propagators/README.md
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* b3 and jaeger are supported here.
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2020-12-09 11:42:31 -08:00
Bogdan Drutu
3341c37701
Remove deprecated code from trace propagation extension ( #2234 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-12-08 16:52:40 -08:00
Anuraag Agrawal
f8b9f0ac6a
Expose BaggageEntry / Metadata as interfaces and add asMap ( #2177 )
...
* Expose BaggageEntry / Metadata as interfaces and add asMap
* Disclaimer
2020-12-02 10:40:46 -08:00
Prashant Srivastava
6f5a9dc72a
Adding micro-benchmarks for inject and extract methods of AwsXRayPropagator ( #2173 )
2020-12-01 22:22:29 -08:00
Chris Burns
e0989d75e7
Changes return type from List to Collection ( #2156 )
...
- changes the return type of the fields() method in TextMapPropagator from List<String> to Collection<String>
and updated all implementations for consistency
2020-11-30 14:26:24 -08:00
Anuraag Agrawal
0da7eeca66
Remove Java 8 animalsniffer because we use -release flag ( #2153 )
2020-11-30 08:53:41 -08:00
Anuraag Agrawal
0c4a0dff02
Add factory methods instead of builder for TraceMultiPropagator ( #2104 )
...
* Add factory methods instead of builder for TraceMultiPropagator
* spot
2020-11-25 10:38:09 +09:00
Christian Neumüller
bbe8702257
Rename HttpTraceContext to W3CTraceContextPropagator. ( #2116 )
...
* Rename HttpTraceContext to W3CTraceContextPropagator.
* Add javadoc.
2020-11-25 10:27:07 +09:00
Anuraag Agrawal
96c7f404b4
Don't repeat Java 8 support among all the subproject READMEs and at top level, clarify that published artifacts are Java 8, but building requires additional instructions. ( #2124 )
2020-11-24 09:04:40 -08:00
Anuraag Agrawal
ac672e56bf
Update dependencies ( #2115 )
2020-11-21 09:39:27 -08:00
jarebudev
d4583db62f
1911 b3 propagator debug flag ( #2038 )
...
CHANGELOG: Added support for propagating the B3 debug flag
* b3 propagator supports inject/extract of debug flag
* rename context key
* Update extensions/trace-propagators/src/main/java/io/opentelemetry/extension/trace/propagation/B3Propagator.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* changes as per code review comments
* added constants for b3propagator debug propagation
* tidy up
* changed b3 propagator to store a boolean in context
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2020-11-12 08:15:59 -08:00
Anuraag Agrawal
b5efbcf187
Move builders to top level. ( #1958 )
...
* Move builders (and TraceStateEntry) to top level.
* Revert Entry
* Fix and more revert
* Drift
2020-11-10 14:50:37 +09:00
Anuraag Agrawal
9c4c52dfee
Switch animal sniffer signature to gummy bears. ( #2015 )
2020-11-06 08:56:26 +09:00
Carlos Alberto Cortez
5195622181
Add Getter.Keys() with Jaeger Baggage support. ( #1549 )
2020-11-05 12:51:07 +01:00
John Watson
392e55bf98
Add the combined b3 header to the propagator fields ( #2008 )
2020-11-04 14:37:48 -08:00
Bogdan Drutu
3014bb7fa0
Rename package name for extensions to singular extension ( #1995 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-11-03 18:23:31 -08:00
Anuraag Agrawal
390d92e49a
Rename folder names from underscore to hyphen ( #1968 )
2020-11-03 14:46:40 +09:00