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

Rename AssertionFailure to TraceAssertionFailure #1705

Merged
merged 1 commit into from
Sep 1, 2020
Merged

Rename AssertionFailure to TraceAssertionFailure #1705

merged 1 commit into from
Sep 1, 2020

Conversation

pmcollins
Copy link
Member

Description: This is in support of e2e metrics correctness testing.

Link to tracking Issue: #652

@codecov
Copy link

codecov bot commented Sep 1, 2020

Codecov Report

Merging #1705 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1705      +/-   ##
==========================================
+ Coverage   92.41%   92.42%   +0.01%     
==========================================
  Files         264      264              
  Lines       19960    19960              
==========================================
+ Hits        18446    18448       +2     
+ Misses       1087     1086       -1     
+ Partials      427      426       -1     
Impacted Files Coverage Δ
translator/internaldata/resource_to_oc.go 88.88% <0.00%> (+1.85%) ⬆️

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 eaaebf1...978cb9b. Read the comment docs.

@bogdandrutu bogdandrutu changed the title Rename AssertionFailure to TracingAssertionFailure Rename AssertionFailure to TraceAssertionFailure Sep 1, 2020
@bogdandrutu bogdandrutu merged commit 5b58ac9 into open-telemetry:master Sep 1, 2020
@pmcollins pmcollins deleted the assertion-failure-rename branch September 1, 2020 21:11
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
This patch removes `ApplyConfig` method and `Config` struct from
`go.opentelemetry.io/otel/sdk/trace` package.  To ensure valid config
for TracerProvider, it adds `ensureValidTracerProviderConfig` private
function.
Jaeger and Zipkin have been used the `Config` directly across package
boundaries. Since `Config` is removed, they can't use it. This change,
thus, replaces `WithSDK` with `WithSDKOptions`.

Resolves open-telemetry#1636, open-telemetry#1705.
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this pull request Jul 5, 2024
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.

2 participants