Notes
- Added instrumentation support for Node.js PostgreSQL driver pg 4.x.
- Added instrumentation support for Datastax's Cassandra driver.
- Updated Oracle instrumentation to collect new datastore metrics.
Notes
Added instrumentation for modules in Node core.
Added support for native Promises in Node.js 0.12 and io.js 1.x.
Traces will now contain separate segments for async waits and callbacks.
Updated instrumentation for MongoDB to support previously un-instrumented methods for 1.x and 2.x versions of the node-mongodb-native driver.
Fixed a bug in the recording of transaction metrics. Previously this would cause a duplicate of the transaction metric to be displayed in the transaction breakdown chart
Unified view for SQL database and NoSQL datastore products.
The response time charts in the application overview page will now include NoSQL datastores, such as Cassandra and MongoDB,and also the product name of existing SQL databases such as MySQL, Postgres, Oracle, etc. For existing SQL databases, in addition to the existing breakdown of SQL statements and operations, the queries are now also associated with the database product being used. For NoSQL datastores, such as Cassandra and MongoDB, we have now added information about operations performed against those products, similar to what is being done for SQL databases.
This new unified Databases page will enable the filtering of metrics and operations by product, and includes a table listing all operations.
Because this introduces a notable change to how SQL database metrics are collected, it is important that you upgrade the agent version on all hosts. If you are unable to transition to the latest agent version on all hosts at the same time, you can still access old and new metric data for SQL databases, but the information will be split across two separate views.
Notes
- Fixed a bug in the logger to respect the configured log level in all cases.
Notes
- Fixed a bug in hapi 8 view segments. Previously, the segments weren't being ended when the view ended.
- Added a configuration option to completely disable logging.
logger.enabled
defaults to true, if set to false it won't try to create the log file.
Notes
Enable http/https proxy features on all supported Node versions.
Supported versions: Node.js 0.8, 0.10, 0.12 and io.js 1.x.
Fixed a bug in vhost detection in Hapi 8. This bug would result in a crash for users of vhosts.
Notes
Now transaction tracing with synthetic monitoring is on by default.
The previous release had the synthetic transaction tracing feature turned off by default.
Notes
Added support for synthetic monitoring transaction tracing.
Synthetic monitoring lets you monitor your site from around the world. When you use synthetics to monitor your Node application, up to 20 detailed transaction traces will now be captured every minute when the application is probed from synthetics. To learn more about this feature, visit our documentation.
Notes
Preliminary Node.js 0.12 support.
HTTP proxies are not supported on 0.12 yet. We don't recommend running the Agent on Node.js 0.11.15+ in production, but if you are testing on it, please let us know of any issues you encounter.
Notes:
- Added an API for recording custom Insights events. Read more about this in our documentation
- Fixed a crash in express instrumentation in the handling of sub-routers.
- Fixed a crash in http outbound connections when CAT is enabled and another library has frozen the http request headers.
- Updated version checking to allow versions of the runtime >= 1.0.0. Thanks to Mark Stosberg for this patch!