0.12.0.beta1
Pre-release
Pre-release
New integrations
GraphQL tracing support (#295, docs)
GraphQL is now supported (version 1.7.9+ is required). To activate the integration, use the following configuration:
Datadog.configure do |c|
c.use :graphql,
service_name: 'graphql',
schemas: [YourSchema]
end
ActiveRecord object instantiation tracing (#311, #334, docs)
ActiveRecord queries can spend significant time instantiating Ruby objects from database queries. This feature adds spans to track object instantiation as a part of a trace. Supported in both Rails and standalone applications that implement ActiveRecord.
Improvements
- Rack applications now tag their traces with the
http.request_id
tag, which containsX-Request-Id
header value. Great for associating traces with requests in HTTP logs. (#330, #335)
Read the full changeset.