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

Clarify logs export concurrency #4173

Merged
merged 13 commits into from
Sep 5, 2024
Prev Previous commit
Merge branch 'main' into clarify-log-conc
pellared authored Sep 5, 2024
commit 5b3b71d43aa4dec5ddb4450e944a07b7f2ee260a
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -21,6 +21,8 @@ release.

### Logs

- Clarify that log record mutations are visible in next registered processors.
([#4067](https://github.com/open-telemetry/opentelemetry-specification/pull/4067))
- Clarify that `Export` MUST NOT be called by simple and batching processors concurrently.
([#4173](https://github.com/open-telemetry/opentelemetry-specification/pull/4173))

You are viewing a condensed version of this merge commit. You can view the full changes here.