Commit Graph

157 Commits

Author SHA1 Message Date
Leighton Chen c26a5e7fde chore: 0.13.dev0 version update (#991) 2020-10-21 22:21:43 -07:00
bitspradp a10220b368 Add protocol as an argument to the Jaeger exporter constructor (#978) 2020-10-21 22:21:43 -07:00
Leighton Chen 90af26d8ed Rename exporter packages from "ext" to "exporter" (#953) 2020-10-21 22:21:43 -07:00
Leighton Chen 997ce26167 chore: bump dev version (#1235) 2020-10-21 22:13:24 -07:00
Leighton Chen 901980e548 Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 22:13:24 -07:00
alrex 825adb8a1f chore: bump dev version (#1131) 2020-10-21 22:13:24 -07:00
alrex 1a38b75b43 release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 22:13:24 -07:00
alrex 38867f049a dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 22:13:24 -07:00
Leighton Chen 0b959f9fde chore: 0.13.dev0 version update (#991) 2020-10-21 22:13:24 -07:00
Leighton Chen 536220c9f3 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 22:13:24 -07:00
Leighton Chen e87ad7af24 Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 22:13:24 -07:00
Leighton Chen c3735829bc chore: bump dev version (#1235) 2020-10-21 22:07:39 -07:00
alrex 8cf8110987 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-21 22:07:39 -07:00
Amos Law 70782855c5 Protect access to Span implementation (#1188) 2020-10-21 22:07:39 -07:00
Owais Lone 724a913393 Zipkin: More deterministic unit test for comparing zipkin annotations (#1168)
Zipkin annotation values are strings containing JSON documents. We
cannot have deterministic ordering of event attributes as they may come
in any order and python versions older than 3.7 don't have ordered
dicts. We extract the annotations from exported spans, parse the JSON
documents into Python dicts and then compare them.
2020-10-21 22:07:39 -07:00
Owais Lone 6222b2aabe Zipkin: Fix OTLP events to Zipkin annotations translation (#1161) 2020-10-21 22:07:39 -07:00
Owais Lone ec46ca58d3 Make zipkin tag value length configurable (#1151)
Zipkin exporter truncates tag values to a maximum length of 128
characters. This commit makes this value configurable while keeping
128 as the default value.
2020-10-21 22:07:39 -07:00
Owais Lone 855a7e1810 exporter/zipkin: Fix zipkin exporter translation bug (#1149)
Zipkin exporter translation was setting `otel.status_code` attribute as
an integer which resulted in Otel collector rejecting the spans. This
commit casts the value to a string.
2020-10-21 22:07:39 -07:00
Wilbert Guo 9d396382e3 exporter/zipkin: Add status to the tags for the Zipkin Exporter (#1124)
* [Issue #1111] Add span status to tags for Zipkin exporter
2020-10-21 22:07:39 -07:00
alrex 91ce098855 chore: bump dev version (#1131) 2020-10-21 22:07:39 -07:00
alrex 8c9b534e35 release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 22:07:39 -07:00
alrex 7bdbb2b081 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 22:07:39 -07:00
dengliming a18ffbb924 Zipkin exporter report instrumentation info (#1097)
* Zipkin exporter report instrumentation info
2020-10-21 22:07:39 -07:00
alrex 326d77aa7d sdk: rename resource labels to attributes (#1082)
This aligns with the specification for Resources
2020-10-21 22:07:39 -07:00
alrex a36558946c exporter/zipkin: adding support for env var OTEL_EXPORTER_ZIPKIN_ENDPOINT (#1064)
* add support for env var: OTEL_EXPORTER_ZIPKIN_ENDPOINT
* update method signature to use url
2020-10-21 22:07:39 -07:00
alrex 7cb3f9e40f Populate resource attributes as per semantic conventions (#1053)
As per semantic conventions, set the `telemetry.sdk` parameters.
2020-10-21 22:07:39 -07:00
Leighton Chen a562ca3295 chore: 0.13.dev0 version update (#991) 2020-10-21 22:07:39 -07:00
Emmanuel Courreges b77cc4c605 Add proper length zero padding to hex strings of traceId, spanId, parentId sent on the wire (#908) 2020-10-21 22:07:39 -07:00
Leighton Chen b2d3d56e52 Rename exporter packages from "ext" to "exporter" (#953) 2020-10-21 22:07:39 -07:00
Leighton Chen 5b53a392bf chore: bump dev version (#1235) 2020-10-21 22:05:37 -07:00
Leighton Chen dfb0621a9b Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 22:05:37 -07:00
alrex a9e4305e37 chore: bump dev version (#1131) 2020-10-21 22:05:37 -07:00
alrex a9b9364573 release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 22:05:37 -07:00
alrex 5133431d93 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 22:05:37 -07:00
Leighton Chen b2bd19a569 chore: 0.13.dev0 version update (#991) 2020-10-21 22:05:37 -07:00
Alec Koumjian aa9f54e769 instrumentation/redis: Change Redis instrument to use SpanKind.CLIENT (#965) 2020-10-21 22:05:37 -07:00
Leighton Chen 29d339ee2c Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 22:05:37 -07:00
Leighton Chen 2e237cf760 Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 22:05:37 -07:00
Leighton Chen 4d67d7fec2 chore: bump dev version (#1235) 2020-10-21 22:04:59 -07:00
alrex 6168fe8245 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-21 22:04:59 -07:00
alrex 9ffe76caee chore: bump dev version (#1131) 2020-10-21 22:04:59 -07:00
alrex 3ac5cdcf65 release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 22:04:59 -07:00
alrex d2c8be6981 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 22:04:59 -07:00
alrex 899267da64 Rename HTTPTextFormat to TextMapPropagator (#1085) 2020-10-21 22:04:59 -07:00
Daniel d94480c483 api: Rename CorrelationContext to Baggage (#1060) 2020-10-21 22:04:59 -07:00
Leighton Chen b75ac2373e chore: 0.13.dev0 version update (#991) 2020-10-21 22:04:59 -07:00
Diego Hurtado 59059d9637 Revisit OpenTracing Shim docs (#925)
Co-authored-by: Yusuke Tsutsumi <tsutsumi.yusuke@gmail.com>
2020-10-21 22:04:59 -07:00
Diego Hurtado 4aef71a372 instrumentation/opentracing-shim: Preserve parent-child relationship between OpenTelemetry and OpenTracing spans (#924) 2020-10-21 22:04:59 -07:00
Diego Hurtado ab0f023027 opentracing-shim: Return consistent ScopeShim objects (#922)
This uses the OpenTelemetry context management mechanism to store a
ScopeShim object in order to make active return the same object as the
one returned by start_active_span.
2020-10-21 22:04:59 -07:00
Leighton Chen afcc6951c5 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 22:04:59 -07:00