Releases: spryker/monitoring
Releases · spryker/monitoring
2.9.0
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
2.7.0
Included commits: 2.6.0...2.7.0
Improvements
- Adjusted
Spryker\Yves\Monitoring\Plugin\ControllerListener
,Spryker\Zed\Monitoring\Communication\Plugin\ControllerListener
to useserializedOrderTransfer
in the request.
2.6.0
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
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
Included commits: 2.3.0...2.4.0
Improvements
- Adjusted
Monitoring::setApplicationName()
to add store parameter to event only ifAPPLICATION_STORE
is defined.
2.3.0
Included commits: 2.2.2...2.3.0
Improvements
- Added
GatewayMonitoringRequestTransactionEventDispatcherPlugin
class.
2.2.2
2.2.1
Included commits: 2.2.0...2.2.1
Fixes
- Removed setting of exit code from EventHandler as this makes all console commands use this exit code.
2.2.0
Included commits: 2.1.2...2.2.0
Improvements
- Moved
\Spryker\Zed\Monitoring\Communication\Plugin\MonitoringConsolePlugin
to\Spryker\Zed\Monitoring\Communication\Plugin\Console\MonitoringConsolePlugin
as it was in the wrong namespace. - Introduced
\Spryker\Yves\Monitoring\Communication\Plugin\Console\MonitoringConsolePlugin
which sends command execution information to the monitoring service. - Renamed
\Spryker\Yves\Monitoring\MonitoringFactory::getSystem()
to\Spryker\Yves\Monitoring\MonitoringFactory::getUtilNetworkService()
.
Deprecations
- Deprecated
\Spryker\Zed\Monitoring\Communication\Plugin\MonitoringConsolePlugin
. - Deprecated
\Spryker\Yves\Monitoring\MonitoringFactory::getSystem()
.