Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use simple processor in http examples #451

Closed
wants to merge 2 commits into from

Conversation

c24t
Copy link
Member

@c24t c24t commented Feb 28, 2020

Fixes #448.

Other examples still use the batching processor, but don't show a delay between recording the span and exporting it because they exit soon after starting.

@c24t c24t requested review from codeboten and a team February 28, 2020 20:11
Copy link
Member

@toumorokoshi toumorokoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC the major concern here was different behavior between BatchExport and Simple. This was fixed with @mauriciovasquezbernal's fix. so approving.Thanks!

@mauriciovasquezbernal
Copy link
Member

This PR was intended to fix #448, but the problem was a different one fixed by #455.

I'd propose to close this one, I don't think it's a good idea to show the SimpleSpanProcessor as the default choice in these elaborated examples.

@c24t c24t closed this Mar 9, 2020
@c24t c24t deleted the simple-export-http-examples branch March 9, 2020 18:51
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
…emetry#451)

* feat(opentelemetry-types): add isRemote field

* fix(opentelemetry-core): set isRemote true when extracting

* fix(opentelemetry-core): set isRemote on BinaryTraceContext

* fix(opentelemetry-types): adjust isRemote comment

Makes it more obvious when the flag changes and what the default value is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ConsoleSpanExporter doesn't print out as expected
3 participants