summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Gitlab::CurrentSettings for InfluxDBYorick Peterse2015-12-291-25/+11
* Write to InfluxDB directly via UDPYorick Peterse2015-12-291-2/+36
* Handle missing settings table for metricsYorick Peterse2015-12-281-6/+10
* Move InfluxDB settings to ApplicationSettingrelocate-influxdb-settingsYorick Peterse2015-12-281-8/+24
* Added host option for InfluxDBinfluxdbYorick Peterse2015-12-281-1/+2
* Track object counts using the "allocations" GemYorick Peterse2015-12-171-0/+4
* Only track method calls above a certain thresholdYorick Peterse2015-12-171-0/+4
* Improved last_relative_application_frame timingsYorick Peterse2015-12-171-5/+8
* Storing of application metrics in InfluxDBYorick Peterse2015-12-171-0/+52