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 OnReceive to OnEmit #1652

Merged
merged 1 commit into from
Oct 4, 2022
Merged

Conversation

owent
Copy link
Member

@owent owent commented Oct 4, 2022

Signed-off-by: owent admin@owent.net

Fixes #1291

There are a lot changes of logs specification since #1291 . I think we can change OnReceive to OnEmit and close #1291 first. And we may need more discussion about the changes of logs API and SDK before the rest changes. #1653

Changes

  • Rename OnReceive to OnEmit

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@owent owent requested a review from a team October 4, 2022 07:41
Signed-off-by: owent <admin@owent.net>
@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Merging #1652 (4a66733) into main (f21b3a0) will decrease coverage by 0.09%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1652      +/-   ##
==========================================
- Coverage   85.10%   85.02%   -0.08%     
==========================================
  Files         159      159              
  Lines        4990     4990              
==========================================
- Hits         4246     4242       -4     
- Misses        744      748       +4     
Impacted Files Coverage Δ
ext/src/http/client/curl/http_client_curl.cc 80.31% <0.00%> (-1.13%) ⬇️
sdk/src/trace/batch_span_processor.cc 90.63% <0.00%> (-0.78%) ⬇️

@ThomsonTan ThomsonTan merged commit 1bda597 into open-telemetry:main Oct 4, 2022
yxue pushed a commit to yxue/opentelemetry-cpp that referenced this pull request Dec 5, 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.

Review logger Implementation for the stable log data model.
4 participants