Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adding getting started to website docs #1788

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

Merged

Conversation

codeboten
Copy link
Contributor

Generated the getting-started from the rst files.

Fixes #1363

@codeboten codeboten requested review from a team, aabmass and lzchen and removed request for a team April 21, 2021 23:01
@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Apr 21, 2021
)

trace.set_tracer_provider(TracerProvider())
trace.get_tracer_provider().add_span_processor(
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason we use this pattern in examples instead of

provider = TracerProvider()
provider.add_span_processor(processor)
trace.set_trace_provider(provider)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

saving a variable or two? no specific reason i can think of.

receivers: [opencensus]
exporters: [logging]
processors: [batch, queued_retry]
```
Copy link
Contributor

Choose a reason for hiding this comment

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

collector should enable OTLP receiver

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point, i've also updated the port :D

@codeboten codeboten merged commit d8ddb9b into open-telemetry:main Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move getting started guide to opentelemetry.io
3 participants