summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2015-12-31 17:14:02 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2015-12-31 17:14:02 +0100
commita6c60127e3e2966b2f29fa6e6e79503b130c2b02 (patch)
tree9f884fb27fd1f6e6c50071e7950b65c8492cfafd /config/environments
parentab08321be8405eab07929bb3df8bd2dcc14dc063 (diff)
downloadgitlab-ce-a6c60127e3e2966b2f29fa6e6e79503b130c2b02.tar.gz
Removed tracking of raw SQL queries
This particular setup had 3 problems: 1. Storing SQL queries as tags is very inefficient as InfluxDB ends up indexing every query (and they can get pretty large). Storing these as values instead means we can't always display the SQL as easily. 2. We already instrument ActiveRecord query methods, thus we already have timing information about database queries. 3. SQL obfuscation is difficult to get right and I'd rather not expose sensitive data by accident.
Diffstat (limited to 'config/environments')
0 files changed, 0 insertions, 0 deletions