Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Console/Command checkin 2 anni fa
Model checkin 2 anni fa
Plugin checkin 2 anni fa
Test checkin 2 anni fa
etc checkin 2 anni fa
i18n checkin 2 anni fa
LICENSE.txt checkin 2 anni fa
LICENSE_AFL.txt checkin 2 anni fa
README.md checkin 2 anni fa
composer.json checkin 2 anni fa
registration.php checkin 2 anni fa

README.md

Magento_NewRelicReporting module

This module implements integration New Relic APM and New Relic Insights with Magento, giving real-time visibility into business and performance metrics for data-driven decision making.

Installation

Before installing this module, note that the Magento_NewRelicReporting is dependent on the following modules:

  • Magento_Store
  • Magento_Customer
  • Magento_Backend
  • Magento_Catalog
  • Magento_ConfigurableProduct
  • Magento_Config

This module creates the following tables in the database:

  • reporting_counts
  • reporting_module_status
  • reporting_orders
  • reporting_users
  • reporting_system_updates

For information about a module installation in Magento 2, see Enable or disable modules.

Extensibility

Extension developers can interact with the Magento_NewRelicReporting module. For more information about the Magento extension mechanism, see Magento plug-ins.

The Magento dependency injection mechanism enables you to override the functionality of the Magento_NewRelicReporting module.

Additional information

Learn more about New Relic Reporting.

Console commands

The Magento_NewRelicReporting provides console commands:

  • bin/magento newrelic:create:deploy-marker <message> <change_log> [<user>] - check the deploy queue for entries and create an appropriate deploy marker

Learn more about command’s parameters.

Cron options

Cron group configuration can be set at etc/crontab.xml:

  • magento_newrelicreporting_cron - runs collecting all new relic reports

Learn how to configure and run cron in Magento..