Commit Graph

341 Commits

Author SHA1 Message Date
alrex 951ffa3445
Merge pull request #84 from NathanielRN/move-instrumentation-flask
Move instrumentation flask
2020-10-22 21:58:42 -07:00
alrex 444619fe2e
Merge pull request #73 from NathanielRN/move-instrumentation-system-metrics
Move instrumentation system metrics
2020-10-22 21:58:14 -07:00
Leighton Chen 1db1ea6bdb Adding metric collection as part of instrumentations - Django (#1230) 2020-10-22 21:39:26 -07:00
Leighton Chen 444bb67b36 chore: bump dev version (#1235) 2020-10-22 21:39:26 -07:00
alrex a50621f55e 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:39:26 -07:00
Owais Lone c34e53413a Record exception on context manager exit (#1162) 2020-10-22 21:39:26 -07:00
Leighton Chen 30557ac077 Adding metric collection as part of instrumentations - Requests (#1116) 2020-10-22 21:39:26 -07:00
alrex 9ae8099540 chore: bump dev version (#1131) 2020-10-22 21:39:26 -07:00
alrex 8d42d766fd release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-22 21:39:26 -07:00
alrex 3c9ed9b927 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-22 21:39:26 -07:00
Leighton Chen 4ebd81f130 Use is_recording flag in requests instrumentation (#1087) 2020-10-22 21:39:26 -07:00
alrex 99d7d25535 Rename HTTPTextFormat to TextMapPropagator (#1085) 2020-10-22 21:39:26 -07:00
Mario Jonke 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
alrex 80ac012ea4 Span name updated to follow semantic conventions to reduce cardinality (#972) 2020-10-22 21:39:26 -07:00
Leighton Chen f4c675b850 chore: 0.13.dev0 version update (#991) 2020-10-22 21:39:26 -07:00
Leighton Chen f66ac20d49 Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-22 21:39:26 -07:00
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
Mario Jonke 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
Leighton Chen 11bc053695 Use is_recording flag in jinja, celery, esearch, falcon instrumentations (#1241) 2020-10-22 21:14:15 -07:00
Leighton Chen 433b989b78 chore: bump dev version (#1235) 2020-10-22 21:14:15 -07:00
Owais Lone 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
Owais Lone 4387da0da3 Added ability to extract span attributes from falcon request objects. (#1158) 2020-10-22 21:14:15 -07:00
alrex 43e62a5a2b chore: bump dev version (#1131) 2020-10-22 21:14:15 -07:00
alrex 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
Owais Lone b13c4824a4 instrumentation/falcon: Added Falcon 2.0+ instrumentation (#1039) 2020-10-22 21:14:15 -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