3c9ed9b927
dropping support for python 3.4 ( #1099 )
...
* dropping support for python 3.4
2020-10-22 21:39:26 -07:00
4ebd81f130
Use is_recording flag in requests instrumentation ( #1087 )
2020-10-22 21:39:26 -07:00
99d7d25535
Rename HTTPTextFormat to TextMapPropagator ( #1085 )
2020-10-22 21:39:26 -07:00
8995b370bc
RequestsInstrumentor: Add support for prepared requests ( #1040 )
...
in addition to Session.request instrument Session.send to also
create spans for prepared requests.
2020-10-22 21:39:26 -07:00
80ac012ea4
Span name updated to follow semantic conventions to reduce cardinality ( #972 )
2020-10-22 21:39:26 -07:00
f4c675b850
chore: 0.13.dev0 version update ( #991 )
2020-10-22 21:39:26 -07:00
f66ac20d49
Rename web framework packages from "ext" to "instrumentation" ( #961 )
2020-10-22 21:39:26 -07:00
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
50a08068da
chore: bump dev version ( #1235 )
2020-10-22 21:37:56 -07:00
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
36acd275f0
Protect access to Span implementation ( #1188 )
2020-10-22 21:37:56 -07:00
6d0bb12e36
Implement IdsGenerator interface for TracerProvider and include default RandomIdsGenerator ( #1153 )
2020-10-22 21:37:56 -07:00
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
c4cf919204
chore: bump dev version ( #1131 )
2020-10-22 21:37:56 -07:00
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
d3c69d4e98
Rename HTTPTextFormat to TextMapPropagator ( #1085 )
2020-10-22 21:37:56 -07:00
97e1a3debc
Align sampling specs in SDK ( #1034 )
2020-10-22 21:37:56 -07:00
9206af3ffe
Move samplers to SDK package ( #1023 )
2020-10-22 21:37:56 -07:00
9ca7cb2906
chore: 0.13.dev0 version update ( #991 )
2020-10-22 21:37:56 -07:00
3857183cfc
Rename remaining framework packages from "ext" to "instrumentation" ( #969 )
2020-10-22 21:37:56 -07:00
fa100efe4b
Rename db framework packages from "ext" to "instrumentation" ( #966 )
2020-10-22 21:37:56 -07:00
ace7ef90a0
Rename web framework packages from "ext" to "instrumentation" ( #961 )
2020-10-22 21:37:56 -07:00
57fa722d74
Rename exporter packages from "ext" to "exporter" ( #953 )
2020-10-22 21:37:56 -07:00
d53e00a042
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:14:15 -07:00
11bc053695
Use is_recording flag in jinja, celery, esearch, falcon instrumentations ( #1241 )
2020-10-22 21:14:15 -07:00
433b989b78
chore: bump dev version ( #1235 )
2020-10-22 21:14:15 -07:00
77a2dac633
Added ability to extract span attributes from tornado request objects ( #1178 )
...
OTEL_PYTHON_TONADO_TRACED_REQUEST_ATTRS env var can be set to a command
separated list of attributes names that will be extracted from Tornado's
request object and set as attributes on spans.
Co-authored-by: (Eliseo) Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
2020-10-22 21:14:15 -07:00
4387da0da3
Added ability to extract span attributes from falcon request objects. ( #1158 )
2020-10-22 21:14:15 -07:00
43e62a5a2b
chore: bump dev version ( #1131 )
2020-10-22 21:14:15 -07:00
f36dc00da8
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-10-22 21:14:15 -07:00
b13c4824a4
instrumentation/falcon: Added Falcon 2.0+ instrumentation ( #1039 )
2020-10-22 21:14:15 -07:00
fa6ddc9127
Revert "Rename exporter packages from "ext" to "exporter" ( #953 )"
...
This reverts commit b2d3d56e5267dc179eaa20af8280e08803b6fbe0.
2020-10-22 21:08:57 -07:00
242de131ba
Revert "Add proper length zero padding to hex strings of traceId, spanId, parentId sent on the wire ( #908 )"
...
This reverts commit b77cc4c605e7c08e7300148473da69fc66532128.
2020-10-22 21:08:57 -07:00
030695bbbf
Revert "chore: 0.13.dev0 version update ( #991 )"
...
This reverts commit a562ca32959e7845548ced1b471bc755c74fff83.
2020-10-22 21:08:57 -07:00
7258da3ee0
Revert "Populate resource attributes as per semantic conventions ( #1053 )"
...
This reverts commit 7cb3f9e40fd5f1a0335de8851afed0a8bcae479c.
2020-10-22 21:08:57 -07:00
ec98e45733
Revert "exporter/zipkin: adding support for env var OTEL_EXPORTER_ZIPKIN_ENDPOINT ( #1064 )"
...
This reverts commit a36558946c3c4a0008e31d99f66a49c72c346187.
2020-10-22 21:08:57 -07:00
e8a974ce80
Revert "sdk: rename resource labels to attributes ( #1082 )"
...
This reverts commit 326d77aa7d2a7c5bf84825d8a9236675007c892a.
2020-10-22 21:08:57 -07:00
7e98588736
Revert "Zipkin exporter report instrumentation info ( #1097 )"
...
This reverts commit a18ffbb9248b87755a1b4c0ffe10d00a1190edde.
2020-10-22 21:08:57 -07:00
6f24122e74
Revert "dropping support for python 3.4 ( #1099 )"
...
This reverts commit 7bdbb2b081806c43aa8751c9486c997e5c6e290b.
2020-10-22 21:08:57 -07:00
30bf38aaa8
Revert "release: updating changelogs and version to 0.13b0 ( #1129 )"
...
This reverts commit 8c9b534e35db31336966abe25421e1457969675d.
2020-10-22 21:08:57 -07:00
21033d368f
Revert "chore: bump dev version ( #1131 )"
...
This reverts commit 91ce098855f4ee826363a1b48771877b35e00631.
2020-10-22 21:08:57 -07:00
8a325898f0
Revert "exporter/zipkin: Add status to the tags for the Zipkin Exporter ( #1124 )"
...
This reverts commit 9d396382e33d8a1b56e7db301d8dd458102b6019.
2020-10-22 21:08:57 -07:00
875d5bf54e
Revert "exporter/zipkin: Fix zipkin exporter translation bug ( #1149 )"
...
This reverts commit 855a7e18102c28e7112a20efacf1fb3e2f4dd93a.
2020-10-22 21:08:57 -07:00
c35697e989
Revert "Make zipkin tag value length configurable ( #1151 )"
...
This reverts commit ec46ca58d31132e19b161fcad06be47b547b6bd1.
2020-10-22 21:08:57 -07:00
764ead9ce1
Revert "Zipkin: Fix OTLP events to Zipkin annotations translation ( #1161 )"
...
This reverts commit 6222b2aabe3ac174d11b8fcfe70dafd0573d0a4e.
2020-10-22 21:08:57 -07:00
bb25b97cd7
Revert "Zipkin: More deterministic unit test for comparing zipkin annotations ( #1168 )"
...
This reverts commit 724a913393273b2a564b0d21b3009f5ff280f2e6.
2020-10-22 21:08:57 -07:00
e6edafc6bb
Revert "Protect access to Span implementation ( #1188 )"
...
This reverts commit 70782855c5112f1325fe8c7ff97830ebad549c8c.
2020-10-22 21:08:57 -07:00
82ba3faf67
Revert "Parent is now always passed in via Context, intead of Span or SpanContext ( #1146 )"
...
This reverts commit 8cf811098773735cd7f4021d1de2803861b08434.
2020-10-22 21:08:57 -07:00
06a8236b5c
Revert "chore: bump dev version ( #1235 )"
...
This reverts commit c3735829bcc0a3539e7b4cabcec6e2ef79eb340f.
2020-10-22 21:08:57 -07:00
8048f9a603
Revert "Rename exporter packages from "ext" to "exporter" ( #953 )"
...
This reverts commit 90af26d8ed8370209883db71277f5696c27df4b7.
2020-10-22 21:07:53 -07:00