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

Move IdGenerator to SDK, rename RandomIdGenerator #742

Merged
merged 1 commit into from Feb 23, 2022

Conversation

jtescher
Copy link
Member

The spec defines IdGenerator as part of the SDK. This also renames the default generator to match other language implementations in calling the default id generator RandomIdGenerator.

The [spec] defines `IdGenerator` as part of the SDK. This also renames
the default generator to match other language implementations in calling
the default id generator `RandomIdGenerator`.

[spec]: https://github.com/open-telemetry/opentelemetry-specification/blob/v1.9.0/specification/trace/sdk.md#id-generators
@jtescher jtescher requested a review from a team as a code owner February 22, 2022 01:19
@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #742 (0fc8c4c) into main (f282659) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #742   +/-   ##
=======================================
  Coverage   70.12%   70.12%           
=======================================
  Files         108      108           
  Lines        8789     8789           
=======================================
  Hits         6163     6163           
  Misses       2626     2626           
Impacted Files Coverage Δ
opentelemetry-api/src/trace/mod.rs 76.78% <ø> (ø)
opentelemetry-datadog/src/lib.rs 91.37% <ø> (ø)
opentelemetry-jaeger/src/lib.rs 93.04% <ø> (ø)
opentelemetry-sdk/src/trace/id_generator/mod.rs 100.00% <ø> (ø)
opentelemetry-zipkin/src/lib.rs 100.00% <ø> (ø)
opentelemetry-sdk/src/trace/config.rs 22.42% <100.00%> (ø)
opentelemetry-sdk/src/trace/id_generator/aws.rs 84.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f282659...0fc8c4c. Read the comment docs.

@TommyCpp TommyCpp merged commit 5696253 into open-telemetry:main Feb 23, 2022
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.

None yet

2 participants