Releases: spryker/opentelemetry
Releases · spryker/opentelemetry
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Updated
OpentelemetryMonitoringExtensionPlugin
in order to support custom events. - Moved 3rd party instrumentation into the main module.
- Fixed a status code for CLI commands.
- Updated default probabilities to make traces detailed.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
- Adjusted
OpentelemetryMonitoringExtensionPlugin::markAsConsoleCommand()
in order to mark trace as a console command. - Adjusted error handling. Now all error events are attached to the root span.
- Root span now has a proper status.
- Adjusted generated hooks in order to remove unused statements.
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
- Optimized how hook files are autoloaded in order to decrease memory consumption.
1.0.0
Included commits: https://github.com/spryker/opentelemetry/tree/1.0.0
Improvements
- Improved integration with Monitoring service.
- Improved level of visibility and added configuration to adjust it
- Improved generation if hooks.
0.1.1
Included commits: 0.1.0...0.1.1
Improvements
- Introduced
OpentelemetryConfig::getSamplerThresholdNano()
method that allows to setup a threshold from an env variable. - Adjusted Filtering in order to skip Noop spans.
0.1.0
Included commits: https://github.com/spryker/opentelemetry/tree/0.1.0
Initial Release
- Introduced a module to enable Open Telemetry instrumentation for Spryker framework