33 Commits

Author SHA1 Message Date
ae70d5abe5 Combine changelogs (#239) 2020-12-08 16:20:29 -08:00
b310ec1728 Added exporter request methods (#212) 2020-12-08 10:06:46 -08:00
3b48a38948 Explicitly install dependencies in lint env for tox (#241) 2020-12-08 07:28:48 -08:00
f71bc2b79e Add conversion to TimeSeries methods (#207) 2020-12-02 06:47:12 -08:00
8b323e935d Add fields method (#226)
Co-authored-by: (Eliseo) Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
2020-12-01 16:18:33 -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
aba6e97d00 Adding param validation (#206)
fix lint changes
2020-11-27 11:39:42 -08:00
9b71f8b30c Setup Prometheus Remote Write Exporter (#180) 2020-11-27 09:58:55 -08:00
bcec49cf2e update version to 0.17.dev0 2020-11-25 21:10:39 -08:00
3e4c5d3aa3 [pre-release] Update changelogs, version [0.16b0] (#217) 2020-11-25 19:44:20 -08:00
3ae0edb259 Update package links to point to contrib repo 2020-11-18 13:09:44 -08:00
28c1331e57 Update Contrib packages to 0.16dev0 (#129) 2020-11-05 11:25:37 -08:00
0aa8f9f798 [pre-release] Update changelogs, version [0.15b0] (#1320) 2020-11-02 09:00:06 -08:00
9e79ca8fb9 Removing TracerProvider coupling from Tracer init (#1295) 2020-11-02 07:37:35 -08:00
79ca4ac662 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
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
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
55d5e62d4e chore: bump dev version (#1235) 2020-10-13 11:38:09 -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
b571b41ab5 Implement IdsGenerator interface for TracerProvider and include default RandomIdsGenerator (#1153) 2020-10-01 14:29:24 -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
24a96c8570 chore: bump dev version (#1131) 2020-09-17 12:21:39 -07:00
8a9686ff48 release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-09-17 08:23:52 -07:00
4f8d23b655 Rename HTTPTextFormat to TextMapPropagator (#1085) 2020-09-09 13:23:56 -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
3e373c1acc chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -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