Skip to content

Releases: spryker/monitoring

2.11.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 08 Jan 14:30

Included commits: 2.11.0...2.11.1

Improvements

  • Added transaction name tracking to gateway controllers to enable better monitoring and observability of RPC calls between Client and Zed layers.

2.11.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 20 Nov 11:26

Included commits: 2.10.0...2.11.0

Improvements

  • Deprecated MonitoringRequestTransactionEventDispatcherPlugin.
  • Introduced FrontendMonitoringRequestTransactionEventDispatcherPlugin for frontend layer monitoring.
  • Introduced BackendMonitoringRequestTransactionEventDispatcherPlugin for backend layer monitoring.

2.10.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 03 Feb 09:06

Included commits: 2.9.0...2.10.0

Improvements

  • Introduced \Spryker\Glue\Monitoring\Plugin\EventDispatcher\MonitoringRequestTransactionEventDispatcherPlugin that adds monitoring attributes on Glue requests.
  • Adjusted GatewayMonitoringRequestTransactionEventDispatcherPlugin by adding missing attributes.

2.9.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 13 Jan 13:38

Included commits: 2.8.0...2.9.0

Improvements

  • Introduced MonitoringServiceInterface::addCustomEvent() method that adds a custom event if provided plugin implements a new interface.
  • Increased MonitoringExtension module dependency.

2.8.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 03 Apr 08:36

Included commits: 2.7.0...2.8.0

Adjustments

  • Adjusted composer.json to allow for new Locale major.

2.7.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 24 Jan 19:53

Included commits: 2.6.0...2.7.0

Improvements

  • Adjusted Spryker\Yves\Monitoring\Plugin\ControllerListener, Spryker\Zed\Monitoring\Communication\Plugin\ControllerListener to use serializedOrderTransfer in the request.

2.6.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 28 Oct 07:09

Included commits: 2.5.0...2.6.0

Fixes

  • Adjusted MonitoringFacade::handleConsoleTerminateEvent() so it's throwing the real exception while transfer generation console terminate event is processed instead of failing with exception for missing transfer object.

2.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 02 Jun 08:33

Included commits: 2.4.0...2.5.0

Improvements

  • Introduced MonitoringTransactionEventTransfer for monitored transaction event handling.
  • Introduced FirstArgumentMonitoringConsoleTransactionNamingStrategy for grouping console commands by the first argument.
  • Adjusted EventHandler to get use of monitored transactions naming strategies.

2.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 04 Jan 13:09

Included commits: 2.3.0...2.4.0

Improvements

  • Adjusted Monitoring::setApplicationName() to add store parameter to event only if APPLICATION_STORE is defined.

2.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Jul 11:44

Included commits: 2.2.2...2.3.0

Improvements

  • Added GatewayMonitoringRequestTransactionEventDispatcherPlugin class.