407 Commits

Author SHA1 Message Date
019925792c add note about 0.15b0 release 2020-11-02 13:41:57 -08:00
aa37611d89 Merge branch 'core-instrumentation-grpc-v0.15b0' 2020-11-02 11:22:21 -08:00
41019f3b76 [pre-release] Update changelogs, version [0.15b0] (#1320) 2020-11-02 09:00:06 -08:00
c1dd64a811 Converted TextMap propagator getter to a class and added keys method (#1196)
Co-authored-by: alrex <aboten@lightstep.com>
2020-11-01 20:12:47 -08:00
6a8625974e Rework gRPC status based on new rules (#1308)
As of #1214, the status codes changed and no longer line up with gRPC
status codes, so now we'll just set `StatusCode.ERROR` and store the
actual gRPC status code in the trace as `grpc.status_code`.

Specifically this: https://github.com/open-telemetry/opentelemetry-specification/pull/1156
2020-11-01 19:22:48 -08:00
0c33c1eaac Rewrite gRPC server interceptor (#1171)
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
2020-10-29 13:30:18 -07:00
d6686fb60f Merge pull request #36 from codeboten/codeboten/update-contrib
Updating readme, adding contributing doc
2020-10-29 11:17:21 -07:00
1e437a2d5a Update README.md 2020-10-29 11:16:59 -07:00
43b88daa81 Change status codes from grpc status codes, remove setting status in instrumentations except on ERROR (#1282) 2020-10-28 14:28:58 -07:00
53bee8ddc9 Split up metric instrument constructors (#1254) 2020-10-27 19:33:38 -07:00
b40870377f Merge pull request #85 from NathanielRN/move-tests
Move docker tests
2020-10-23 12:14:33 -07:00
4d26c1b502 Leave OpenCensus test in the Core Repo 2020-10-23 11:17:42 -07:00
769e020fdc Merge branch 'move-docker-tests' 2020-10-23 11:16:26 -07:00
5f3750a5ad Merge pull request #87 from NathanielRN/move-instrumentation-aiopg
Move instrumentation aiopg
2020-10-22 22:05:56 -07:00
b10c265500 Merge pull request #75 from NathanielRN/move-instrumentation-wsgi
Move instrumentation wsgi
2020-10-22 22:03:37 -07:00
018065f195 Merge pull request #83 from NathanielRN/move-instrumentation-django
Move instrumentation django
2020-10-22 21:59:36 -07:00
951ffa3445 Merge pull request #84 from NathanielRN/move-instrumentation-flask
Move instrumentation flask
2020-10-22 21:58:42 -07:00
444619fe2e Merge pull request #73 from NathanielRN/move-instrumentation-system-metrics
Move instrumentation system metrics
2020-10-22 21:58:14 -07:00
1db1ea6bdb Adding metric collection as part of instrumentations - Django (#1230) 2020-10-22 21:39:26 -07:00
444bb67b36 chore: bump dev version (#1235) 2020-10-22 21:39:26 -07:00
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
c34e53413a Record exception on context manager exit (#1162) 2020-10-22 21:39:26 -07:00
30557ac077 Adding metric collection as part of instrumentations - Requests (#1116) 2020-10-22 21:39:26 -07:00
9ae8099540 chore: bump dev version (#1131) 2020-10-22 21:39:26 -07:00
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
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