The Summary tab

The Summary tab of Observation for Adobe Commerce is intended to quickly see some of the problems experienced by sites to help you auto-resolve or identify potential root causes of site problems. The additional tabs provide deeper level information on component services, database, infrastructure, and process states.

Transaction Overview

Transaction Overview

What is a transaction?

“At New Relic, a transaction is defined as one logical unit of work in a software application. Specifically, it refers to the function calls and method calls that make up that unit of work. It often refers to a web transaction, which represents an activity that happens from when the application receives a web request to when the response is sent.”

Types of transactions:

Web: Web transactions are initiated with an HTTP request. For most organizations, these represent customer-centric interactions and thus are the most important transactions to monitor.

Non-web: Non-web transactions are not initiated with a web request. They can include non-web worker processes, background processes, scripts, message queue activity, and other tasks.

If you look at the Transaction Overview frame above, there were almost 53,000 transactions with an average APDEX score of .76, and 95% of those transactions happened in under 2.313 seconds. This would be a frame where a tighter timeframe may show deviation from that current average if there is an APDEX hit during a short timeframe.

404 page errors frame

404 page errors frame

The 404 page errors frame lists the URI and the count of 404 page errors for a selected timeframe.

% of Storage Free frame

percent of Storage Free frame

The % of Storage Free frame displays the average percent free of the storage mounts across all the nodes of your cluster. For example, if you have a three node cluster, the frame shows the <mount point>, <environment name>. This frame can be deceptive if there is a variance across three nodes. An example of a variance would be if the /data/mysql mount point free was a different value across the three node cluster. There is a frame under the MySQL tab that facets the mount points by node name to see more accurately what the /data/mysql storage free on each node actually is.

% of system memory that is free frame

percent of system memory that is free frame

The % of system memory that is free frame displays, by node, the amount of system memory that is free on each node.

Swap memory free in bytes

swap memory free in bytes

The Swap memory free in bytes frame displays, by node, the amount of SWAP memory that is free on the node.

CPU % by host

CPU percent by host

The aggregate of all environments and nodes is displayed in the CPU % by host frame. You should deselect the non-production environments. Also note any instances where all nodes for the production environment are not present. For more tips on high CPU utilization, refer to Troubleshoot performance using New Relic on Adobe Commerce.

Alerts during timeframe

alerts during timeframe

The Alerts during timeframe displays all alerts, including the Managed Alerts added by Adobe Commerce support.

CPU Usage

CPU usage

If the CPU Usage frame is blank, it is an indication that the infrastructure application of New Relic is not enabled. If your site is on Starter, you do not see this information. If your site is on Pro, open a support ticket to have New Relic Infrastructure enabled for your site.

Average Response Time

average response time

The Average Response Time graph shows the average response time for transactions (web and others).

Long duration cron_schedule updates

long duration cron_schedule updates

The cron_schedule table is written at the start and finish of cron jobs. Long duration cron jobs could indicate latency in updating this table, which can indicate cron stackup or an issue with how crons are scheduled.

Response Code

response code

The Response Code frame is a good indication of web traffic and the response code of requests. It is New Relic’s transaction data, and it is faceted by the httpResponseCode returned.

Web Traffic volume compared with one week ago Magento Managed Alerts Information

web traffic volume compared with one week ago

This frame displays the comparative web traffic volume of the past one week and the current week.

Deployment Log Entries

deployment log entries

The Deployment Log Entries frame displays a count of deployment and cloud log entries and facets the counts by the deployment log name.

Deployment State

deployment state

The Deployment State frame facets particular deployment phases from the deploy logs. Here are some examples of phases counted in the log and the facet name:

Deployment Log Phases:

  • ‘%Starting generate command%’) as ‘start_gen’
  • ‘%git apply /app/vendor/magento/ece-tools/patches%’) as ‘apply_patches’
  • ‘%Set flag: .static_content_deploy%’) as ‘SCD’
  • ‘%NOTICE: Generate command completed%’) as ‘gen_compl’
  • ‘%NOTICE: Deployment completed%’) as ‘deploy_compl’
  • ‘%NOTICE: Starting post-deploy.%’) as ‘start_pdeploy’
  • ‘%NOTICE: Post-deploy is complete%’) as ‘pdeploy’
  • ‘%deploy-complete%’) as ‘cl_deploy_compl’

IP Frequency

IP frequency

The IP Frequency frame counts the (‘MISS’ and ‘PASS’) statuses for each IP from the Fastly logs. Web requests with these statuses reach the origin server and will add load to the server. It shows the top twenty addresses in frequency. This frame can be used to detect IP attacks or sources of heavy load on a website.

IP Response – top 20 URLs in duration

ip response – top 20 urls in duration

The IP Response – top 20 URLs in duration frame displays the URLs with the longest duration in response. It may indicate large image files or pages, API or pages with the longest response duration.

API Calls by IP

api calls by ip

The API Calls by IP frame helps identify heavy traffic against the APIs and the IP addresses making requests from the API URLs.

API Calls by IP, details by URL

api calls by ip details by url

The API Calls by IP, details by URL frame provides details of heavy traffic against the APIs and details of the URLs making the requests.

IP Frequency Rate per minute

ip frequency rate per minute

Sometimes it is hard to tell which IP address has the most requests on the other frames. The IP Frequency Rate per minute frame shows the rate per minute per IP address.

Potential Bots

potential bots

The Potential Bots frame looks at requests with a request_user_agent name like NULL or ‘%bot%’. Typically, the ‘%bot%’ request_user_agent follows the policy setup in robots.txt file.

Transaction Errors

transaction errors

The Transaction Errors frame displays the count of transaction errors from New Relic.

Nginx access by node

nginx access by node

The Nginx access by node frame looks at counts from the access.log by node. It is helpful to see if the load is evenly distributed. It often shows when a node drops. The frame also shows the load across the site.

Galera Log

galera log

Galera is used for the database cluster. This frame is focused on particular signals from the Galera cluster. The signals focus on nodes entering and exiting the cluster, which is normal behavior to maintain database data integrity. The nodes are kept synchronized as the Galera cluster state changes.

List of Galera state changes:

  • ‘%1047 WSREP has not yet prepared node for application use%’) as ‘node_not_prep_for_use’
  • ‘%[ERROR] WSREP: Failed to read from: wsrep_sst_xtrabackup-v2%’) as ‘xtrabackup_read_fail’
  • ‘%[ERROR] WSREP: Process completed with error: wsrep_sst_xtrabackup-v2 %’) as ‘xtrabackup_compl_w_err’
  • ‘%[ERROR] WSREP: rbr write fail%’) as ‘rbr_write_fail’
  • ‘%self-leave%’) as ‘susp_node’
  • ‘%members = 3/3 (joined/total)%’) as ‘3of3’
  • ‘%members = 2/3 (joined/total)%’) as ‘2of3’
  • ‘%members = 2/2%’) as ‘2of2’ * ‘%members = 1/2%’) as ‘1of2’ * ‘%members = 1/3%’) as ‘1of3’
  • ‘%members = 1/1%’) as ‘1of1’
  • ‘%[Note] /usr/sbin/mysqld (mysqld 10.%’) as ‘sql_restart’
  • ‘%Quorum: No node with complete state:%’) as ‘no_node_count’
  • ‘%WSREP: Member 0%’) as ‘mem_0’
  • ‘%WSREP: Member 1.0%’) as ‘mem_1’
  • ‘%WSREP: Member 2%’) as ‘mem2’
  • ‘%WSREP: Synchronized with group, ready for connections%’) as ‘ready’
  • ‘%/usr/sbin/mysqld, Version:%’) as ‘mysql_restart_mysql.slow’
  • ‘%[Note] WSREP: New cluster view: global state:%’) as ‘galera_cluster_view_chng’

These signals may indicate storage, memory, or query issues if the state changes frequently.

Database errors

database errors

List of database errors or messages detected:

  • ‘%Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size%’) as ‘temp_tbl_buff_pool’
  • ‘%[ERROR] WSREP: rbr write fail%’) as ‘rbr_write_fail’
  • ‘%mysqld: Disk full%’) as ‘disk_full’
  • ‘%Error number 28%’) as ‘err_28’
  • ‘%rollback%’) as ‘rollback’
  • ‘%Foreign key constraint fails for table%’) as ‘foreign_key_constraint’
  • ‘%Error_code: 1114%’) as ‘sql_1114_full’
  • ‘%CRITICAL: SQLSTATE[HY000] [2006] MySQL server has gone away%’) as ‘sql_gone’
  • ‘%SQLSTATE[HY000] [1040] Too many connections%’) as ‘sql_1040’
  • ‘%CRITICAL: SQLSTATE[HY000] [2002]%’) as ‘sql_2002’
  • ‘%SQLSTATE[08S01]:%’) as ‘sql_1047’
  • ‘%[Warning] Aborted connection%’) as ‘aborted_conn’
  • ‘%SQLSTATE[23000]: Integrity constraint violation:%’) as ‘sql_23000’
  • ‘%1205 Lock wait timeout%’) as ‘sql_1205’
  • ‘%SQLSTATE[HY000] [1049] Unknown database%’) as ‘sql_1049’
  • ‘%SQLSTATE[42S02]: Base table or view not found:%’) as ‘sql_42S02’
  • ‘%General error: 1114%’) as ‘sql_1114’
  • ‘%SQLSTATE[40001]%’) as ‘sql_1213’
  • ‘%SQLSTATE[42S22]: Column not found: 1054 Unknown column%’) as ‘sq1_1054’
  • ‘%SQLSTATE[42000]: Syntax error or access violation:%’) as ‘sql_42000’
  • ‘%SQLSTATE[21000]: Cardinality violation:%’) as ‘sql_1241’
  • ‘%SQLSTATE[22003]:%’) as ‘sql_22003’
  • ‘%SQLSTATE[HY000] [9000] Client with IP address%’) as ‘sql_9000’
  • ‘%SQLSTATE[HY000]: General error: 2014%’) as ‘sql_2014’
  • ‘%1927 Connection was killed%’) as ‘sql_1927’
  • ‘%1062 [\ERROR] InnoDB:%’) as ‘sql_1062_e’
  • ‘%[Note] WSREP: Flushing memory map to disk…%’) as ‘mem_map_flush’
  • ‘%Internal MariaDB error code: 1146%’) as ‘sql_1146’
  • ‘%Internal MariaDB error code: 1062%’) as ‘sql_1062’ * ‘%1062 [Warning] InnoDB:%’) as ‘sql_1062_w’
  • ‘%Internal MariaDB error code: 1064%’) as ‘sql_1064’
  • ‘%InnoDB: Assertion failure in file%’) as ‘assertion_err’
  • ‘%mysqld_safe Number of processes running now: 0%’) as ‘mysql_oom’
  • ‘%[ERROR] mysqld got signal%’) as ‘mysql_sigterm’
  • ‘%1452 Cannot add%’) as ‘sql_1452’
  • ‘%ERROR 1698%’) as ‘sql_1698’
  • ‘%SQLSTATE[HY000]: General error: 3%’) as ‘cnt_wrt_tmp’
  • ‘%General error: 1 %’) as ‘sql_syntax’
  • ‘%42S22%’) as ‘sql_42S22’
  • ‘%InnoDB: Error (Duplicate key)%’) as ‘innodb_dup_key’

Database traces

database traces

The Database traces frame looks at data from the sql trace entity of New Relic and returns the path of the trace.

Database mysql-slow.log

database mysql-slow.log

The Database mysql-slow.log frame does a count of entries in the mysql-slow.log by query request type. It isolates timeframes visually that might be of interest in the mysql-slow.log (slow query log). Queries of tables without indices or queries that update large tables may block other queries.

Redis synchronization from Log

redis synchronization from log

Redis is an open source (BSD licensed) in-memory data structure store used as a database, cache, and message broker. It can do database and session caching if configured. The Redis synchronization from Log frame focuses on Redis synchronization. The larger the Redis dataset, the more likely that there will be problems with the synchronization (more data to keep synchronized).

Redis errors and messages:

  • ‘%SLAVE synchronization: No space left on device%’) as ‘space’
  • ‘%Server started, Redis version%’) as ‘serv_start’
  • ‘%The server is now ready to accept connections%’) as ‘ready’
  • ‘%Connection with master lost.%’) as ‘mstr_lost’
  • ‘%+sdown sentinel%’) as ‘+sentinal’
  • ‘%-sdown sentinel%’) as ‘-sentinal’
  • ‘%-sdown slave%’) as ‘-slave’, ‘%+sdown slave%’) as ‘+slave’
  • ‘%-failover-abort-not-elected master mymaster%’) as ‘-failover’
  • ‘%+failover-abort-not-elected master mymaster%’) as ‘+failover’
  • ‘%Partial resynchronization not possible (no cached master)%’) as ‘part_sync_err’
  • ‘%MASTER aborted replication with an error: ERR Can%’) as ‘mstr_sync_err’
  • ‘%Master does not support PSYNC or is in error state%’) as ‘mstr_psync_err’
  • ‘%SLAVE sync: Finished with success%’) as ’ slv_sync_suc’
  • ‘%MASTER aborted replication with an error: ERR Can%’) as ‘mstr_sync_err,coun’
  • ‘%OOM command not allowed when used memory%’) as ’ max_mem_err’
  • ‘%CredisException(code: 0): read error on connection%’) as ‘credis_read_error’
  • ‘%Uncaught RedisException:%’) as ‘redis_excp_err’
  • ‘%psync scheduled to be closed ASAP for overcoming of output buffer%’) as ‘output_buf_err’

PHP process states

PHP process states

The way PHP process(es) behave depends on the configuration. The configuration is complex, with many variables and options. The PHP process states frame helps you to understand when PHP processes are terminated and restarted.

PHP errors

php errors

The PHP errors frame shows the number of PHP errors with workers across the selected timeframe. For more information, refer to Adobe Commerce PHP settings.

PHP errors and messages:

  • ‘%worker_connections are not enough%’) as ‘worker’
  • ‘%PHP Fatal error: Allowed memory size!%’) as ‘mem_size’
  • ‘%exited on signal 11 (SIGSEGV)%’) as ‘sig_11’
  • ‘%exited on signal 7 (SIGBUS)%’) as ‘sig_7’
  • ‘%increase pm.start_servers%’) as ‘pmstart_serv’
  • ‘%max_children%’) as ‘max_children_cnt’
  • ‘%PHP Fatal error: Allowed memory size of%’) as ‘mem_exhst_coun’
  • ‘%Unable to allocate memory for pool%’) as ‘opc_mem_count’
  • ‘%Warning Interned string buffer overflow%’) as ‘opc_str_buf’
  • ‘%Illegal string offsetl%’) as ‘opc_sv_comments’
  • ‘%PHP Fatal error: Uncaught RedisException: read error on connection%’) as ‘php_exc’

PHP processes

php processes

PHP-FPM is a FastCGI Process Manager used by Nginx. To learn about system requirements, refer to PHP version requirements mapped to Adobe Commerce versions. The PHP processes frame shows the number of PHP processes running at a particular time in the selected timeline.

Secondary processes

secondary processes

Secondary processes can impact site response. The Secondary processes frame indicates a process or processes that may be adding load to the site. The database primarily has the most secondary processes running.

Traffic vs Week Ago

traffic vs week ago

The Traffic vs Week Ago frame looks at the website traffic (requests) from the Fastly logs with (‘MISS’, ‘PASS’) cache statuses. These requests add load to the origin servers. This frame displays the comparative web request volume of the current week and the past week ago during the same timeframe.

Fastly Cache

fastly Cache

The Fastly Cache frame shows an aggregate view of the cache status of requests from the Fastly logs. If you select ERROR, it will show the percent of errors in the requests. This typically increases when the origin server does not respond quickly enough to page requests.

Page Rendering

page rendering

The Page Rendering frame displays the current week’s average page rendering duration from the page view source of New Relic compared to the prior week during the same time period.

Page loading detail

page loading detail

The Page loading detail frame describes the page loading events. It details the meanings of these facets. Here is the query that is run for this frame:

SELECT percentile(timeToResponseStart, 50) AS 'first byte', percentile(firstPaint, 50) as 'First paint', percentile(firstContentfulPaint, 50) as 'First contentful paint', percentile(timeToDomContentLoadedEventEnd, 50) AS 'DOM content loaded', percentile(duration, 50) AS 'Window load + AJAX' FROM BrowserInteraction TIMESERIES

Transactions – Avg, Max, Min

transactions – avg, max, min

Transaction duration is in seconds. Depending on the transaction, it may impact other transactions if it is long-running. The transactions listed under name and the durations are for the specific time period. If there is a concise issue timeframe, resize the Observation for Adobe Commerce date/time selector to that narrow timeframe.

Admin Activities

admin activities

The Admin Activities frame identifies transactions with an admin user.

Order transactions (default?)

Order transactions default

The Order transactions (default?) frame looks for transactions request.headers.host from transactions, where the name = WebTransaction/Action/checkout/onepage/success. If the order success URL is different, this frame will not have data.

Elasticsearch Index information

elasticsearch index information

Elasticsearch statuses:

  • Green: All shards are assigned.
  • Yellow: All primary shards are assigned, but one or more replica shards are unassigned. If a node in the cluster fails, some data could be unavailable until that node is repaired.
  • Red: One or more primary shards are unassigned, so some data is unavailable. This can occur briefly during cluster startup as primary shards are assigned.

Elasticsearch Errors

elasticsearch errors

Elasticsearch errors:

  • ‘%all shards failed%’ as ‘all_shards_failed’
  • ‘%NoNodesAvailableException%’ as ‘no_alive_nodes’
  • ‘%PHP Fatal error: Uncaught Error: Wrong parameters for Elasticsearch%’ as ‘wrong_param’
  • ‘%You can fix this issue by upgrading the Elasticsearch service on your Magento Cloud infrastructure to version%’ as ‘ver_err’
  • ‘%cluster health status changed from [YELLOW] to [RED] (reason:%’ as ‘yel_red’
  • ‘%No space left on device%’ as ‘no_space’
  • ‘% Failed to execute [SearchRequest{searchType=%’ as ‘failed_query’

Cron view

cron view

The Cron view frame looks at the cron log for balance between the number of crons started versus the number of crons finishing.

Cron error

cron error

Cron errors from cron.log:

  • ‘%_stg%’ as ‘stg_crons’
  • ‘%Could not acquire lock for cron job%’ as ‘cron_lock’
  • ‘%General error: 2006 MySQL server has gone away%’ as ‘mysql_has_gone_away’
  • ‘%error%’ as ‘error’
  • ‘%General error: 1205 Lock wait timeout exceeded%’ as sql_1205_cron

cron_schedule table updates

cron_schedule table updates

The cron_schedule table updates frame looks at maximum duration in seconds where datastore operations updates involve the cron_schedule table. It is faceted on the SQL request type.

Datastore Operations Tables

datastore operations tables

This Datastore Operations Tables frame displays the top 25 operations by duration time, table name, and SQL request type. Hover over the spikes to see details of what table was being accessed and by what request type.

Cache Flush

cache flush

Cache flushes detected:

  • ‘%config%’ as ‘config_cache_flushed’
  • ‘%layout%’ as ‘layout_cache_flush’
  • ‘%block_html%’ as ‘block_html_cache_flush’
  • ‘%collections%’ as ‘collections_cache_flush’
  • ‘%reflection%’ as ‘reflection_cache_flush’
  • ‘%db_ddl%’ as ‘db_ddl_cache_flush’
  • ‘%compiled_config%’ as ‘compiled_config_cache_flush’
  • ‘%eav%’ as ‘eav_cache_flush’
  • ‘%customer_notification%’ as ‘cust_notif_cache_flush’
  • ‘%config_integration%’ as ‘config_integ_cache_flush’
  • ‘%config_integration_api%’ as ‘config_integ_api_cache_flush’
  • ‘%full_page%’ as ‘full_page_cache_flush’
  • ‘%config_webservice%’ as ‘config_webserv_cache_flush’
  • ‘%translate%’ as ‘translate_cache_flush’
recommendation-more-help
c2d96e17-5179-455c-ad3a-e1697bb4e8c3