v3.17.1
Datastore instance reporting for Redis, MongoDB, and memcached
The agent now collects datastore instance information for Redis, MongoDB, and memcached. This information is displayed in transaction traces and slow query traces. For memcached only, multi requests will expand to individual server nodes, and the operation and key(s) will show in the trace details "Database query" section. Metrics for
get_multi
nodes will change slightly. Parent nodes for aget_multi
will be recorded as generic segments. Their children will be recorded as datastore segments under the nameget_multi_request
and represent a batch request to a single Memcached instance.Rescue errors from attempts to fetch slow query explain plans
For slow queries through ActiveRecord 4+, the agent will attempt to fetch an explain plan on SELECT statements. In the event that this causes an error, such as being run on an adapter that doesn't implement
exec_query
, the agent will now rescue and log those errors. n