Installing and configuring Tideways
Edit on GitHubThe spryker-eco/tideways
module provides a TidewaysMonitoringExtensionPlugin
to send monitoring information to the tideways service.
New Relic installation in Docker based projects
For installation instructions in Docker based projects, see Configuring Tideways
Installing Tideways
To install Tideways module, run:
composer require spryker-eco/tideways
Configuring Tideways
To configure Tideways, do the following:
- Install Tideways as described on the Tideways support page.
- In your project, add
TidewaysMonitoringExtensionPlugin
toMonitoringDependencyProvider::getMonitoringExtensions()
.
Implementation Overview
Monitoring is a Spryker Module, and it provides a hook to add any monitoring provider you want to. In the Monitoring Module, you can find some service provider and controller listener for Yves and Zed which needs to be added to the ApplicationDependencyProvider
to enable them.
To monitor Spryker performance, go the the Tideways application.
Thank you!
For submitting the form