summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not cleanup temp directory as this apparently causes silent rspec failures...Pawel Chojnacki2017-06-071-7/+2
* Move Prometheus presentation logic to PrometheusTextPawel Chojnacki2017-06-021-11/+21
* Make tests of Gitlab::Metrics use explicit descriptions.Pawel Chojnacki2017-06-021-10/+24
* Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki2017-06-021-1/+0
* Add tests for metrics behaviorPawel Chojnacki2017-06-021-0/+125
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-14/+14
* Tracking of custom eventscustom-events-trackingYorick Peterse2016-08-171-0/+24
* Reduce instrumentation overheadYorick Peterse2016-07-281-0/+6
* Fix setting of "action" for Grape transactionsYorick Peterse2016-04-201-0/+24
* Added ability to add custom tags to transactionsYorick Peterse2016-04-131-0/+25
* Fixed stubbing for Gitlab::Metrics specsYorick Peterse2016-04-111-1/+1
* Track call counts in Gitlab::Metrics.measure_blockmetrics-measure-block-transactionYorick Peterse2016-04-111-0/+3
* Store block timings as transaction valuesYorick Peterse2016-04-111-11/+5
* Measure Ruby blocks using Gitlab::MetricsYorick Peterse2016-04-061-0/+41
* Corrected some spec headers for Gitlab::MetricsYorick Peterse2016-04-061-3/+3
* Stop tracking call stacks for instrumented viewsremove-application-frames-from-viewsYorick Peterse2016-01-121-9/+0
* Removed tracking of hostnames for metricsYorick Peterse2015-12-311-6/+0
* Cache InfluxDB settings after the first useYorick Peterse2015-12-311-9/+3
* Write to InfluxDB directly via UDPYorick Peterse2015-12-291-0/+48
* Handle missing settings table for metricsYorick Peterse2015-12-281-1/+1
* Storing of application metrics in InfluxDBYorick Peterse2015-12-171-0/+36