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

Intialize default Zipkin endpoint from env var if exists #624

Merged
merged 4 commits into from
Mar 24, 2021

Conversation

ThomsonTan
Copy link
Contributor

Fixes #623

Changes

Get default Zipkin endpoint from environment variable OTEL_EXPORTER_ZIPKIN_ENDPOINT if it is set.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@ThomsonTan ThomsonTan requested a review from a team March 24, 2021 03:35
@codecov
Copy link

codecov bot commented Mar 24, 2021

Codecov Report

Merging #624 (792374c) into main (81d6468) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #624   +/-   ##
=======================================
  Coverage   94.50%   94.50%           
=======================================
  Files         197      197           
  Lines        9131     9131           
=======================================
  Hits         8629     8629           
  Misses        502      502           

@lalitb lalitb merged commit 139e9d4 into open-telemetry:main Mar 24, 2021
@ThomsonTan ThomsonTan deleted the ZipkinEndpointConfig branch November 9, 2022 22:55
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.

Read SDK configurations from environment variable
2 participants