John Watson
|
c03efbcc13
|
Add an option to the SDK builder to specify an initial TraceConfig (#2192)
* Add an option to set the initial TraceConfig when building an SDK, and a TracerSdkProvider.
* add the missing javadoc
|
2020-12-04 14:12:48 +09:00 |
Anuraag Agrawal
|
4762c6a25d
|
Remove ReadableAttributes (#2187)
* Remove ReadableAttributes
* Don't rewrite history
* Drift
|
2020-12-03 11:26:24 -08:00 |
John Watson
|
d7ab0addfa
|
Add an option to set an IdGenerator when building an SDK. (#2185)
rename a few lingering pluralized idGenerator symbols.
|
2020-12-03 09:18:05 +09:00 |
Armin Ruech
|
5585e73611
|
Remove "semver" prefix from instrumentation library version (#2180)
|
2020-12-02 10:29:11 -08:00 |
Anuraag Agrawal
|
cf5b582c5b
|
Replace AttributeConsumer with BiConsumer (#2174)
* Replace AttributeConsumer with BiConsumer
* Forgot to delete
|
2020-12-02 16:52:06 +09:00 |
Anuraag Agrawal
|
18355e9683
|
Remove Guava dependencies from SDK (#2148)
* Remove Guava from SDK
* Clean
|
2020-12-01 11:10:38 -08:00 |
Anuraag Agrawal
|
ca3714053f
|
Replace SpanData.hasRemoteParent/getParentSpanId with getParentSpanContext (#2146)
* Remove SpanData.hasRemoteParent
* Replace parentSpanId with parentSpanContext
* Update sdk/trace/src/main/java/io/opentelemetry/sdk/trace/RecordEventsReadableSpan.java
Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
* Keep parentId
Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
|
2020-12-01 09:50:11 -08:00 |
Anuraag Agrawal
|
052b17f9b1
|
Add asMap for Attributes. (#2145)
* Add asMap for Attributes.
* AttributesMap too
* Test empty too.
* checkstyle
|
2020-12-01 13:27:14 +09:00 |
Anuraag Agrawal
|
09d371ba09
|
Enable tooling for mrjar and use it to get epoch time in best way for Java 8 or 9+. (#2154)
|
2020-12-01 09:30:05 +09:00 |
John Watson
|
73bad773dd
|
Move the AsynchronousInstrument callbacks to the builders. (#2120)
Deprecate the existing setCallback method.
Update the code in the SDK to use the new API.
|
2020-11-30 14:12:49 -08:00 |
Vladimir Šor
|
ee0dac1a97
|
Add getKind to the ReadableSpan interface in SDK. (#2162)
|
2020-11-30 09:48:02 -08:00 |
John Watson
|
4897f4c320
|
rename tracing to trace for the module (#2112)
|
2020-11-23 10:14:33 -08:00 |