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

Deprecate NopExporter, add NopConsumer #1972

Merged
merged 2 commits into from
Oct 19, 2020

Conversation

bogdandrutu
Copy link
Member

In few situations people complained about not having a nop consumer,
because of confusion that it was implemented as Exporter, even if only used as Consumer.

@codecov
Copy link

codecov bot commented Oct 18, 2020

Codecov Report

Merging #1972 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1972      +/-   ##
==========================================
- Coverage   91.46%   91.45%   -0.02%     
==========================================
  Files         280      281       +1     
  Lines       16547    16550       +3     
==========================================
+ Hits        15134    15135       +1     
- Misses        977      979       +2     
  Partials      436      436              
Impacted Files Coverage Δ
consumer/consumertest/nop.go 100.00% <100.00%> (ø)
exporter/exportertest/nop_exporter.go 100.00% <100.00%> (ø)
translator/internaldata/resource_to_oc.go 91.78% <0.00%> (-2.74%) ⬇️
testutil/testutil.go 91.52% <0.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 1962d7c...bc5956d. Read the comment docs.

consumer/consumertest/nop.go Outdated Show resolved Hide resolved
@tigrannajaryan tigrannajaryan self-assigned this Oct 19, 2020
In few situations people complained about not having a nop consumer,
because of confusion that it was implemented as Exporter, even if only used as Consumer.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@bogdandrutu bogdandrutu merged commit ead921c into open-telemetry:master Oct 19, 2020
@bogdandrutu bogdandrutu deleted the consumertest branch October 19, 2020 21:53
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
…/otlp/otlptrace (open-telemetry#1972)

* Bump github.com/cenkalti/backoff/v4 in /exporters/otlp/otlptrace

Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/cenkalti/backoff/releases)
- [Commits](cenkalti/backoff@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: github.com/cenkalti/backoff/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Auto-fix go.sum changes in dependent modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
…n-telemetry#1972)

* fix templating and add tests for watch file and template files

* add integration test for templated configs

* rename test file

* Update tests/general/include_config_source_test.go

Co-authored-by: Ryan Fitzpatrick <rmfitzpatrick@users.noreply.github.com>

* call cancel in subprocess shutdown

Co-authored-by: Ryan Fitzpatrick <rmfitzpatrick@users.noreply.github.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