0.1.5
Release improvements
- [rails] the
sql.query
meta is sent only once in the ActiveSupport instrumentation - [rails] the
sql.query
meta is properly obfuscated. This process takes place in thetrace-agent
so that our APM backend will receive the SQL query without parameters - add experimental support for JRuby 9k. Actually we're still targeting the compatibility mode
>=2.1.0
- [rails] cache activity is monitored under the
rails-cache
service (it's a default name). This means that you can monitor cache interactions even outside a user request. The service name can be changed using thedefault_cache_service
setting.
For more info, check our updated docs: http://gems.datadoghq.com/trace/docs/
See the full changelog