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

Upgrade otel collector core, remove isNil() usage #1735

Conversation

tigrannajaryan
Copy link
Member

The changes are a result of removing IsNil, see open-telemetry/opentelemetry-collector#2200

@tigrannajaryan
Copy link
Member Author

@codecov
Copy link

codecov bot commented Dec 1, 2020

Codecov Report

Merging #1735 (e7fc78a) into master (8d09aec) will increase coverage by 0.38%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1735      +/-   ##
==========================================
+ Coverage   89.51%   89.89%   +0.38%     
==========================================
  Files         376      376              
  Lines       18320    18129     -191     
==========================================
- Hits        16399    16297     -102     
+ Misses       1422     1374      -48     
+ Partials      499      458      -41     
Flag Coverage Δ
integration 70.93% <ø> (-0.04%) ⬇️
unit 88.58% <100.00%> (+0.36%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...acloudlogserviceexporter/logsdata_to_logservice.go 100.00% <ø> (ø)
...cloudlogserviceexporter/tracedata_to_logservice.go 100.00% <ø> (ø)
exporter/awsemfexporter/emf_exporter.go 100.00% <ø> (+1.92%) ⬆️
exporter/awsemfexporter/metric_translator.go 98.11% <ø> (+3.13%) ⬆️
exporter/awsxrayexporter/awsxray.go 76.08% <ø> (+8.77%) ⬆️
exporter/azuremonitorexporter/traceiteration.go 100.00% <ø> (ø)
exporter/datadogexporter/metrics_translator.go 63.88% <ø> (+1.09%) ⬆️
exporter/datadogexporter/translate_traces.go 82.14% <ø> (+1.64%) ⬆️
exporter/dynatraceexporter/metrics_exporter.go 87.67% <ø> (-0.94%) ⬇️
...r/dynatraceexporter/serialization/serialization.go 100.00% <ø> (ø)
... and 23 more

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 8d09aec...e7fc78a. Read the comment docs.

@tigrannajaryan
Copy link
Member Author

Closing this in favour of #1736
Please review that one.

@tigrannajaryan tigrannajaryan deleted the feature/tigran/update-core branch December 1, 2020 22:11
dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
Previously if multiple sampling policies chose to sample, the trace would be send to the next consumer multiple times. This fixes it to only send it once. 

Link to tracking Issue: #1514

Testing: 
Unit test added as well as a simple manual test using the reproduction case in the original issue.
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