Leighton Chen
74e06991b7
Change status codes from grpc status codes, remove setting status in instrumentations except on ERROR ( #1282 )
2020-10-28 14:28:58 -07:00
Leighton Chen
c158505157
Change status codes from grpc status codes, remove setting status in instrumentations except on ERROR ( #1282 )
2020-10-28 14:28:58 -07:00
Leighton Chen
137912d743
Change status codes from grpc status codes, remove setting status in instrumentations except on ERROR ( #1282 )
2020-10-28 14:28:58 -07:00
Leighton Chen
7fb60a2ba6
Change status codes from grpc status codes, remove setting status in instrumentations except on ERROR ( #1282 )
2020-10-28 14:28:58 -07:00
Leighton Chen
b5b81db05f
Change status codes from grpc status codes, remove setting status in instrumentations except on ERROR ( #1282 )
2020-10-28 14:28:58 -07:00
Leighton Chen
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
Leighton Chen
4debc1828a
Split up metric instrument constructors ( #1254 )
2020-10-27 19:33:38 -07:00
Leighton Chen
53bee8ddc9
Split up metric instrument constructors ( #1254 )
2020-10-27 19:33:38 -07:00
Patrick Yang
b7f2d167d5
Fix BatchExportSpanProcessor not resetting timeout on worker loop ( #1218 )
2020-10-27 15:46:19 -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