gitlab-org--gitlab-foss/changelogs/unreleased/an-opentracing-active-record-tracing.yml
Andrew Newdigate 1b90ffc573 Adds tracing support for ActiveRecord notifications
This change will publish distributed tracing spans related to
SQL ActiveRecord queries. These queries are unbound, so will still
contain parameter substitution strings in place of actual parameter
values.

This ensures that the SQL strings do not need to be scrubbed, since the
values are not included in the SQL.

More details of rails instrumentation can be found here:
https://guides.rubyonrails.org/active_support_instrumentation.html
2019-01-24 13:11:09 +02:00

5 lines
104 B
YAML

---
title: Adds tracing support for ActiveRecord notifications
merge_request: 24604
author:
type: other