# 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](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). ## Extensibility Extension developers can interact with the Magento_NewRelicReporting module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). [The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_NewRelicReporting module. ## Additional information [Learn more about New Relic Reporting](https://docs.magento.com/user-guide/reports/new-relic-reporting.html). ### Console commands The Magento_NewRelicReporting provides console commands: - `bin/magento newrelic:create:deploy-marker []` - check the deploy queue for entries and create an appropriate deploy marker [Learn more about command's parameters](https://devdocs.magento.com/guides/v2.4/reference/cli/magento.html#newreliccreatedeploy-marker). ### 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.](http://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-cron.html).