Mario Jonke
e34f663554
Make SpanProcessor.on_start accept parent Context ( #1251 )
...
* context from Tracer.start_span is passed through to the SpanProcessor
* fix linting issue in falcon test app when linting with eachdist script
* fix global error handler test as it read installed extensions
* reset global Configuration object state after tests were run
2020-10-22 21:37:56 -07:00
Leighton Chen
50a08068da
chore: bump dev version ( #1235 )
2020-10-22 21:37:56 -07:00
alrex
956e820e8d
Parent is now always passed in via Context, intead of Span or SpanContext ( #1146 )
...
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2020-10-22 21:37:56 -07:00
Amos Law
36acd275f0
Protect access to Span implementation ( #1188 )
2020-10-22 21:37:56 -07:00
(Eliseo) Nathaniel Ruiz Nowell
6d0bb12e36
Implement IdsGenerator interface for TracerProvider and include default RandomIdsGenerator ( #1153 )
2020-10-22 21:37:56 -07:00
Eric Mustin
746c734a0c
exporter/datadog: add support for resource labels and service.name ( #1074 )
...
* exporter/datadog: add support for resource labels and service.name
2020-10-22 21:37:56 -07:00
alrex
c4cf919204
chore: bump dev version ( #1131 )
2020-10-22 21:37:56 -07:00
alrex
cdd8581a8a
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-10-22 21:37:56 -07:00
alrex
d3c69d4e98
Rename HTTPTextFormat to TextMapPropagator ( #1085 )
2020-10-22 21:37:56 -07:00
Leighton Chen
97e1a3debc
Align sampling specs in SDK ( #1034 )
2020-10-22 21:37:56 -07:00
Leighton Chen
9206af3ffe
Move samplers to SDK package ( #1023 )
2020-10-22 21:37:56 -07:00
Leighton Chen
9ca7cb2906
chore: 0.13.dev0 version update ( #991 )
2020-10-22 21:37:56 -07:00
Leighton Chen
3857183cfc
Rename remaining framework packages from "ext" to "instrumentation" ( #969 )
2020-10-22 21:37:56 -07:00
Leighton Chen
fa100efe4b
Rename db framework packages from "ext" to "instrumentation" ( #966 )
2020-10-22 21:37:56 -07:00
Leighton Chen
ace7ef90a0
Rename web framework packages from "ext" to "instrumentation" ( #961 )
2020-10-22 21:37:56 -07:00
Leighton Chen
57fa722d74
Rename exporter packages from "ext" to "exporter" ( #953 )
2020-10-22 21:37:56 -07:00
alrex
fa6ddc9127
Revert "Rename exporter packages from "ext" to "exporter" ( #953 )"
...
This reverts commit b2d3d56e52 .
2020-10-22 21:08:57 -07:00
alrex
242de131ba
Revert "Add proper length zero padding to hex strings of traceId, spanId, parentId sent on the wire ( #908 )"
...
This reverts commit b77cc4c605 .
2020-10-22 21:08:57 -07:00
alrex
030695bbbf
Revert "chore: 0.13.dev0 version update ( #991 )"
...
This reverts commit a562ca3295 .
2020-10-22 21:08:57 -07:00
alrex
7258da3ee0
Revert "Populate resource attributes as per semantic conventions ( #1053 )"
...
This reverts commit 7cb3f9e40f .
2020-10-22 21:08:57 -07:00
alrex
ec98e45733
Revert "exporter/zipkin: adding support for env var OTEL_EXPORTER_ZIPKIN_ENDPOINT ( #1064 )"
...
This reverts commit a36558946c .
2020-10-22 21:08:57 -07:00
alrex
e8a974ce80
Revert "sdk: rename resource labels to attributes ( #1082 )"
...
This reverts commit 326d77aa7d .
2020-10-22 21:08:57 -07:00
alrex
7e98588736
Revert "Zipkin exporter report instrumentation info ( #1097 )"
...
This reverts commit a18ffbb924 .
2020-10-22 21:08:57 -07:00
alrex
6f24122e74
Revert "dropping support for python 3.4 ( #1099 )"
...
This reverts commit 7bdbb2b081 .
2020-10-22 21:08:57 -07:00
alrex
30bf38aaa8
Revert "release: updating changelogs and version to 0.13b0 ( #1129 )"
...
This reverts commit 8c9b534e35 .
2020-10-22 21:08:57 -07:00
alrex
21033d368f
Revert "chore: bump dev version ( #1131 )"
...
This reverts commit 91ce098855 .
2020-10-22 21:08:57 -07:00
alrex
8a325898f0
Revert "exporter/zipkin: Add status to the tags for the Zipkin Exporter ( #1124 )"
...
This reverts commit 9d396382e3 .
2020-10-22 21:08:57 -07:00
alrex
875d5bf54e
Revert "exporter/zipkin: Fix zipkin exporter translation bug ( #1149 )"
...
This reverts commit 855a7e1810 .
2020-10-22 21:08:57 -07:00
alrex
c35697e989
Revert "Make zipkin tag value length configurable ( #1151 )"
...
This reverts commit ec46ca58d3 .
2020-10-22 21:08:57 -07:00
alrex
764ead9ce1
Revert "Zipkin: Fix OTLP events to Zipkin annotations translation ( #1161 )"
...
This reverts commit 6222b2aabe .
2020-10-22 21:08:57 -07:00
alrex
bb25b97cd7
Revert "Zipkin: More deterministic unit test for comparing zipkin annotations ( #1168 )"
...
This reverts commit 724a913393 .
2020-10-22 21:08:57 -07:00
alrex
e6edafc6bb
Revert "Protect access to Span implementation ( #1188 )"
...
This reverts commit 70782855c5 .
2020-10-22 21:08:57 -07:00
alrex
82ba3faf67
Revert "Parent is now always passed in via Context, intead of Span or SpanContext ( #1146 )"
...
This reverts commit 8cf8110987 .
2020-10-22 21:08:57 -07:00
alrex
06a8236b5c
Revert "chore: bump dev version ( #1235 )"
...
This reverts commit c3735829bc .
2020-10-22 21:08:57 -07:00
alrex
8048f9a603
Revert "Rename exporter packages from "ext" to "exporter" ( #953 )"
...
This reverts commit 90af26d8ed .
2020-10-22 21:07:53 -07:00
alrex
5f55308490
Revert "Add protocol as an argument to the Jaeger exporter constructor ( #978 )"
...
This reverts commit a10220b368 .
2020-10-22 21:07:53 -07:00
alrex
80c68360d3
Revert "chore: 0.13.dev0 version update ( #991 )"
...
This reverts commit c26a5e7fde .
2020-10-22 21:07:53 -07:00
alrex
b005fcd56a
Revert "exporter/jaeger: Either collector submit batch or Agent emit batch ( #982 )"
...
This reverts commit ed0198d7b6 .
2020-10-22 21:07:53 -07:00
alrex
a5116e89c0
Revert "Populate resource attributes as per semantic conventions ( #1053 )"
...
This reverts commit 3c917e1c1f .
2020-10-22 21:07:53 -07:00
alrex
51f3c069a2
Revert "sdk: rename resource labels to attributes ( #1082 )"
...
This reverts commit b1f018ef97 .
2020-10-22 21:07:53 -07:00
alrex
9ba474400d
Revert "dropping support for python 3.4 ( #1099 )"
...
This reverts commit 6dce5c3157 .
2020-10-22 21:07:53 -07:00
alrex
f71f080c9f
Revert "Jaeger exporter report instrumentation info ( #1098 )"
...
This reverts commit 9e9905fa30 .
2020-10-22 21:07:53 -07:00
alrex
ca5eb6686f
Revert "release: updating changelogs and version to 0.13b0 ( #1129 )"
...
This reverts commit d5052366c3 .
2020-10-22 21:07:53 -07:00
alrex
a3cb367f1c
Revert "chore: bump dev version ( #1131 )"
...
This reverts commit c48e17dfc5 .
2020-10-22 21:07:53 -07:00
alrex
44824249fd
Revert "Protect access to Span implementation ( #1188 )"
...
This reverts commit 9eb4469d83 .
2020-10-22 21:07:53 -07:00
alrex
aada29ab36
Revert "Parent is now always passed in via Context, intead of Span or SpanContext ( #1146 )"
...
This reverts commit fd65ab29cb .
2020-10-22 21:07:53 -07:00
alrex
841cda81d9
Revert "chore: bump dev version ( #1235 )"
...
This reverts commit 30b99f111e .
2020-10-22 21:07:53 -07:00
alrex
2fdd57abf8
Revert "Support Environment Variables for JaegerSpanExporter configuration ( #1114 )"
...
This reverts commit dbef5cb0dc .
2020-10-22 21:07:53 -07:00
alrex
64c712f8c4
Revert "Rename exporter packages from "ext" to "exporter" ( #953 )"
...
This reverts commit 6789724686 .
2020-10-22 20:29:16 -07:00
alrex
a1a9a04a02
Revert "[WIP] Views API Prototype ( #596 )"
...
This reverts commit a0fe538e7c .
2020-10-22 20:29:16 -07:00