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:

This module creates the following tables in the database:

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

Extensibility

Extension developers can interact with the Magento_NewRelicReporting module. For more information about the extension mechanism, see Plugins.

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

Additional information

Learn more about New Relic Reporting.

Console commands

Syntax:

bin/magento newrelic:create:deploy-marker <message> [<changelog>] [<user>] [<revision>] [options]

Arguments:

Options (NerdGraph enhanced):

Examples:

Basic usage (works with both APIs):

bin/magento newrelic:create:deploy-marker "Release v1.2.0" "Bug fixes and performance improvements"

With user and revision:

bin/magento newrelic:create:deploy-marker "Release v1.2.0" "Bug fixes and performance improvements" "dev-team" "v1.2.0"

Enhanced usage with NerdGraph options:

bin/magento newrelic:create:deploy-marker "Production Deploy" "Updates and new features" "ops-user" "v1.2.0" \
  --commit="abc123def456" \
  --deep-link="https://github.com/<company>/<project>/releases/tag/v1.2.0" \
  --group-id="production"

Learn more about command's parameters.

Configuration

The module supports both v2 REST API and the modern NerdGraph GraphQL API for deployment tracking.

Admin configuration

Navigate to Stores > Configuration > General > New Relic Reporting, enable New Relic Integration, and select your Deployment API Mode (v2_rest for legacy REST or nerdgraph for modern GraphQL).

When Deployment API Mode is set to nerdgraph, the following options are available:

V2 REST configuration

When Deployment API Mode is set to v2_rest, configure:

NerdGraph features

When using NerdGraph mode, the module provides:

Enhanced Metadata Support

Cron options

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

Learn how to configure and run cron.

data-slots=text
The version of this module is 100.4.7.