Skip to content

Releases: spryker/opentelemetry

1.3.0

13 Jan 13:56
ccb868f
Compare
Choose a tag to compare

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

20 Dec 15:46
1352af1
Compare
Choose a tag to compare

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

09 Dec 12:05
e16c944
Compare
Choose a tag to compare

Included commits: 1.0.0...1.1.0

Improvements

  • Optimized how hook files are autoloaded in order to decrease memory consumption.

1.0.0

06 Dec 14:05
345a717
Compare
Choose a tag to compare

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

05 Sep 08:15
9d0a12a
Compare
Choose a tag to compare

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

28 Aug 12:24
e42ccff
Compare
Choose a tag to compare

Included commits: https://github.com/spryker/opentelemetry/tree/0.1.0

Initial Release

  • Introduced a module to enable Open Telemetry instrumentation for Spryker framework