Releases: spryker/opentelemetry
Releases · spryker/opentelemetry
1.17.0
1.16.1
Included commits: 1.16.0...1.16.1
Fixes
- Disable Otel instrumentation if no value for
OTEL_SDK_DISABLED
were provided.
1.16.0
Included commits: 1.15.0...1.16.0
Improvements
- Use new attributes name instead of the old one for some instrumentation.
1.15.0
Included commits: 1.14.2...1.15.0
Improvements
- Updated instrumentation in order to follow 1.36.0 version of Otel Semantic Convention.
1.14.2
Included commits: 1.14.1...1.14.2
Improvements
- Added a previous exception to the span attributes if it exists.
1.14.1
1.14.0
Included commits: 1.13.0...1.14.0
Improvements
- Introduced a way to extend some of the classes via Spryker factories.
- Fixed an event storage mechanism.
- Added a status code collection when Guzzle client throw an exception
1.13.0
Included commits: 1.12.1...1.13.0
Improvements
- Silenced OTel initialization errors.
- Locked SDK to a 1.3 minor in order to avoid BC breaks.
Fixes
- Fixed BC break after SDK update
1.12.1
Included commits: 1.12.0...1.12.1
Fixes
- Fixed a wrong operator name constant for Redis instrumentation.
1.12.0
Included commits: 1.11.0...1.12.0
Improvements
- Added status code for rejected Guzzle calls.
Fixes
- Fixed
Redis::mget()
span issue.