gitlab-org--gitlab-foss/lib/gitlab/metrics
Yorick Peterse 945c5b3fe6
Removed tracking of total method execution times
Because method call timings are inclusive (that is, they include the
time of any sub method calls) this would lead to the total method
execution time often being far greater than the total transaction time.
Because this is incredibly confusing it's best to simply _not_ track the
total method execution time, after all it's not that useful to begin
with.

Fixes gitlab-org/gitlab-ce#17239
2016-05-12 15:15:45 +02:00
..
subscribers Count the number of SQL queries per transaction 2016-04-18 14:53:13 +02:00
delta.rb Storing of application metrics in InfluxDB 2015-12-17 17:25:48 +01:00
instrumentation.rb Removed tracking of total method execution times 2016-05-12 15:15:45 +02:00
metric.rb Use more accurate timestamps for InfluxDB. 2016-04-08 16:39:44 +02:00
rack_middleware.rb Tag all transaction metrics with an "action" tag 2016-01-11 16:51:01 +01:00
sampler.rb Randomize metrics sample intervals 2016-01-13 12:57:46 +01:00
sidekiq_middleware.rb Tag all transaction metrics with an "action" tag 2016-01-11 16:51:01 +01:00
system.rb Store block timings as transaction values 2016-04-11 13:09:36 +02:00
transaction.rb Track memory allocated during a transaction 2016-01-12 14:59:30 +01:00