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

Populate service.instance.id with a default value when OTEL_GO_X_RESOURCE is set #5520

Merged
merged 10 commits into from
Jun 24, 2024
Prev Previous commit
Next Next commit
Add changelog entry
  • Loading branch information
pyohannes committed Jun 18, 2024
commit 46afde1dbf18df73ec94aab938839e3f94b2afb8
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Store and provide the emitted `context.Context` in `ScopeRecords` of `go.opentelemetry.io/otel/sdk/log/logtest`. (#5468)
- `SimpleProcessor.OnEmit` in `go.opentelemetry.io/otel/sdk/log` no longer allocates a slice which makes it possible to have a zero-allocation log processing using `SimpleProcessor`. (#5493)
- The `AssertRecordEqual` method to `go.opentelemetry.io/otel/log/logtest` to allow comparison of two log records in tests. (#5499)
- `service.instance.id` is populated with a default value when `OTEL_GO_X_RESOURCE` is set.
pyohannes marked this conversation as resolved.
Show resolved Hide resolved

### Changed

Loading