Commit Graph

402 Commits

Author SHA1 Message Date
Nathaniel Ruiz Nowell 01e1d4f582 Merge branch 'core-instrumentation-boto-v0.15b0' 2020-11-02 11:08:50 -08:00
alrex d9406a34eb [pre-release] Update changelogs, version [0.15b0] (#1320) 2020-11-02 09:00:06 -08:00
alrex d6686fb60f
Merge pull request #36 from codeboten/codeboten/update-contrib
Updating readme, adding contributing doc
2020-10-29 11:17:21 -07:00
alrex 1e437a2d5a
Update README.md 2020-10-29 11:16:59 -07:00
alrex b40870377f
Merge pull request #85 from NathanielRN/move-tests
Move docker tests
2020-10-23 12:14:33 -07:00
Nathaniel Ruiz Nowell 4d26c1b502 Leave OpenCensus test in the Core Repo 2020-10-23 11:17:42 -07:00
Nathaniel Ruiz Nowell 769e020fdc Merge branch 'move-docker-tests' 2020-10-23 11:16:26 -07:00
alrex 5f3750a5ad
Merge pull request #87 from NathanielRN/move-instrumentation-aiopg
Move instrumentation aiopg
2020-10-22 22:05:56 -07:00
alrex b10c265500
Merge pull request #75 from NathanielRN/move-instrumentation-wsgi
Move instrumentation wsgi
2020-10-22 22:03:37 -07:00
alrex 018065f195
Merge pull request #83 from NathanielRN/move-instrumentation-django
Move instrumentation django
2020-10-22 21:59:36 -07:00
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