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 tracing correctness into its own package #1612

Merged
merged 1 commit into from
Aug 27, 2020
Merged

Move tracing correctness into its own package #1612

merged 1 commit into from
Aug 27, 2020

Conversation

pmcollins
Copy link
Member

This is for consistency with the metrics correctness package.

We probably will want to update the name of the makefile target and the circle ci config that references it, but that could be done separately.

Description: To keep the correctness directory from getting too big, metrics correctness was put into its own package. Doing the same for tracing correctness.

Link to tracking Issue: #652

Testing: Ran make testbed-correctness locally

@codecov
Copy link

codecov bot commented Aug 21, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1612      +/-   ##
==========================================
- Coverage   91.90%   91.88%   -0.02%     
==========================================
  Files         254      254              
  Lines       17309    17309              
==========================================
- Hits        15907    15905       -2     
- Misses       1006     1007       +1     
- Partials      396      397       +1     
Impacted Files Coverage Δ
translator/internaldata/resource_to_oc.go 89.36% <0.00%> (-2.13%) ⬇️

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 2dfc893...826e4ad. Read the comment docs.

testbed/correctness/tracing/correctness_test.go Outdated Show resolved Hide resolved
testbed/correctness/tracing/correctness_test.go Outdated Show resolved Hide resolved
testbed/correctness/utils.go Outdated Show resolved Hide resolved
@bogdandrutu
Copy link
Member

Please rebase, there was an issue with Jaeger expired certificates

This is for consistency with the metrics correctness package.
@pmcollins
Copy link
Member Author

Hi @bogdandrutu, can you take a look?

@bogdandrutu bogdandrutu merged commit 6fe9776 into open-telemetry:master Aug 27, 2020
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
* Update the SimpleSpanProcessor

Subsequent calls to OnStart, OnEnd, and ForceFlush should be ignored
gracefully once Shutdown has been called. This implements that behavior
by shutting down the exporter and removing it from the
SimpleSpanProcessor so subsequent calls to OnEnd will be no-ops.

* Add changes to changelog

* Lock in sync.Once of shutdown instead of Shutdown scope

* Update CHANGELOG.md

Co-authored-by: Steven E. Harris <seh@panix.com>

* Release exporterMu before shutdown exporter

* Move changes to unreleased section of changelog

* Update simple_span_processor.go

revert comment change from merge

Co-authored-by: Steven E. Harris <seh@panix.com>
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