gitlab-org--gitlab-foss/lib/gitlab/metrics
Yorick Peterse 16926a676b
Store block timings as transaction values
This makes it easier to query, simplifies the code, and makes it
possible to figure out what transaction the data belongs to (simply
because it's now stored _in_ the transaction).

This new setup keeps track of both the real/wall time _and_ CPU time
spent in a block, both measured using milliseconds (to keep all units
the same).
2016-04-11 13:09:36 +02:00
..
subscribers
delta.rb
instrumentation.rb
metric.rb
rack_middleware.rb
sampler.rb
sidekiq_middleware.rb
system.rb Store block timings as transaction values 2016-04-11 13:09:36 +02:00
transaction.rb