Changelog for
ruby1.8-rubygem-newrelic_rpm-3.18.1.330-1.1.i586.rpm :
Tue Feb 14 13:00:00 2017 cooloAATTsuse.com
- updated to version 3.18.1.330
see installed CHANGELOG.md
[#]# v3.18.1 ##
* Ensure Mongo aggregate queries are properly obfuscated
Instrumentation for the Mongo 2.x driver had a bug where the `pipeline`
attribute of Mongo aggregate queries was not properly obfuscated. Users
who have sensitive data in their `aggregate` queries are strongly encouraged
to upgrade to this version of the agent. Users who are unable to upgrade are
encouraged to turn off query collection using by setting
`mongo.capture_queries` to false in their newrelic.yml files.
* Early access Redis 4.0 instrumentation
Our Redis instrumentation has been tested against Redis 4.0.0.rc1.
Tue Jan 24 13:00:00 2017 cooloAATTsuse.com
- updated to version 3.18.0.329
see installed CHANGELOG.md
Wed Dec 14 13:00:00 2016 cooloAATTsuse.com
- updated to version 3.17.2.327
CHANGELOG removed upstream
Mon Nov 14 13:00:00 2016 cooloAATTsuse.com
- updated to version 3.17.1.326
see installed CHANGELOG
[#]# 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 a `get_multi` will be recorded as generic segments. Their
children will be recorded as datastore segments under the name
`get_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.
Sat Oct 29 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.17.0.325
see installed CHANGELOG
[#]# v3.17.0 ##
* Datastore instance reporting for ActiveRecord
The agent now collects database instance information for ActiveRecord operations,
when using the MySQL and Postgres adapters. This information (database server
and database name) is displayed in transaction traces and slow query traces.
[#]# v3.16.3 ##
* Add `:trace_only` option to `notice_error` API
Previously, calling `notice_error` would record the trace, increment the
error count, and consider the transaction failing for Apdex purposes. This
method now accepts a `:trace_only` boolean option which, if true, will only
record the trace and not affect the error count or transaction.
* HTTP.rb support
The agent has been updated to add instrumentation support for the HTTP gem,
including Cross Application Tracing. Thanks Tiago Sousa for the contribution!
* Prevent redundant Delayed::Job instrumentation installation
This change was to handle situations where multiple Delayed::Worker instances
are being created but Delayed::Job has already been instrumented. Thanks Tony
Brown for the contribution!
Thu Aug 25 14:00:00 2016 mrueckertAATTsuse.de
- update to 3.16.2.321
Tue Apr 19 14:00:00 2016 mrueckertAATTsuse.de
- update to 3.15.1.316
Tue Feb 2 13:00:00 2016 mrueckertAATTsuse.de
- update to 3.14.2.312
Wed Sep 23 14:00:00 2015 mrueckertAATTsuse.de
- update to 3.13.1.300
Mon Mar 16 13:00:00 2015 mrueckertAATTsuse.de
- initial package