summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
* before -> afterPawel Chojnacki2018-01-291-1/+1
* Tests for Web transaction and remove simple transactonPawel Chojnacki2017-11-021-3/+3
* Adjust test to changed metrics methods.Pawel Chojnacki2017-11-021-3/+3
* Metric spec adjustment for transaction signature changePawel Chojnacki2017-11-021-6/+6
* Remove transaction tags and map transaction metrics to prometheusPawel Chojnacki2017-11-021-25/+0
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-24/+24
* Do not enable prometheus metrics when data folder is not present.Pawel Chojnacki2017-06-191-0/+30
* 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