14 Commits

Author SHA1 Message Date
b3aa7a79d3 Update TraceState (#276) 2021-01-20 12:13:12 -08:00
3e36dc282d Mark test case as flaky (#197)
Fixes #196

This marks the test case as flaky, making it run at most 3 times. It is
enough for one of this runs to pass to consider this test case passed
and ran no more. If 3 consecutive runs of this test case fail, the test
case will be considered failed. It has been reported that running this
test case again makes it pass, usually. This approach is preferred over
marking it as xfail(strict=False) because most of the times the test
ends up passing after another run, so that in most of the cases we
can still benefit from running this test case (since if it is actually
failing because of a bug it will be reported as such after failing 3
times, making the team aware of an actual issue happening here).
2020-11-30 14:30:58 -08:00
9e79ca8fb9 Removing TracerProvider coupling from Tracer init (#1295) 2020-11-02 07:37:35 -08:00
b7f2d167d5 Fix BatchExportSpanProcessor not resetting timeout on worker loop (#1218) 2020-10-27 15:46:19 -07:00
33a404d918 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-16 14:11:20 -07:00
ce2161869a 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-08 08:39:04 -07:00
e27718a076 Protect access to Span implementation (#1188) 2020-10-06 14:44:41 -07:00
30429e3f18 exporter/datadog: add support for resource labels and service.name (#1074)
* exporter/datadog: add support for resource labels and service.name
2020-09-18 08:51:49 -07:00
cec9b5508c Align sampling specs in SDK (#1034) 2020-08-31 12:07:32 -07:00
02d48caf17 Move samplers to SDK package (#1023) 2020-08-20 14:02:55 -07:00
bfe1fcc796 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-08-04 19:10:51 -07:00
f2622408c3 Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -07:00
0c1b456be1 Rename web framework packages from "ext" to "instrumentation" (#961) 2020-08-03 10:10:45 -07:00
1b9d22dbf7 Rename exporter packages from "ext" to "exporter" (#953) 2020-07-29 10:03:46 -07:00