Chris Kleinknecht

Results 9 issues of Chris Kleinknecht

The OpenTracing presentation page at https://github.com/cncf/presentations/tree/master/opentracing links to a private slideshare. The bad link: https://www.slideshare.net/priyankasharma260/the-essential-tool-for-testing-in-production-distributed-tracing. ![image](https://user-images.githubusercontent.com/43799105/68997733-6a349380-085e-11ea-8f44-363fcc4be468.png)

Quick fix for #715: make file exporter append instead of overwrite, and put each trace on a separate line.

cla: yes

Follow up to https://github.com/census-instrumentation/opencensus-python/pull/649#discussion_r283009155 to remove `span.format_span_json`. I'll rebase this PR once #649 is merged.

do not merge
cla: yes
blocked

This PR fixes a longstanding bug: that all spans generated by a given `ContextTracer` share the same trace ID regardless of the context. This meant sequential root spans were reported...

bug
cla: yes

This is a WIP PR to disable sampling using default trace options. This started as a drive-by fix to replace a string-valued bit field with an int and expanded as...

trace
cla: yes

This is an experimental branch to address #181. It changes `Tracer` such that it can use multiple exporters at once.

do not merge
cla: yes

https://circleci.com/gh/census-instrumentation/opencensus-python/2832

cla: yes

https://circleci.com/gh/census-instrumentation/opencensus-python/2832

cla: yes

Following similar examples in other languages: - https://github.com/GoogleCloudPlatform/java-docs-samples/pull/5437 - https://github.com/GoogleCloudPlatform/java-docs-samples/pull/5600 - https://github.com/GoogleCloudPlatform/golang-samples/pull/2163 cc @mayurkale22

type: feature request
samples