summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics/method_call_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
* before -> afterPawel Chojnacki2018-01-291-1/+1
* Fix code after refactoringPawel Chojnacki2018-01-291-1/+1
* cleanup method callPawel Chojnacki2018-01-291-32/+12
* Merge branch 'pawel/reduce_cardinality_of_prometheus_metrics' into 'master'Douwe Maan2017-12-211-4/+7
|\
| * Use seconds where possible, and convert to milliseconds for Influxdb consumptionPawel Chojnacki2017-12-211-8/+10
| * Fix tests and formattingPawel Chojnacki2017-12-191-5/+6
* | fix test case descriptionPawel Chojnacki2017-12-131-1/+1
* | Expire feature flag cache after 1minutePawel Chojnacki2017-12-121-5/+3
* | use class variables instead of CONSTANTsPawel Chojnacki2017-12-121-2/+2
* | Use AtomicFixNum to implement CAS isolated cache update.Pawel Chojnacki2017-12-121-4/+9
* | Implemente measurement enabled cache using AtomicReferencePawel Chojnacki2017-12-121-2/+2
* | Implement simple in memory cache that expires after 5 minutesPawel Chojnacki2017-12-121-6/+24
* | Cache feature check for 5 minutes for MethodCall instrumentation togglePawel Chojnacki2017-12-121-0/+11
|/
* Use feature flag instead of application settigns to control if method calls s...pawel/update_prometheus_gem_to_well_tested_versionPawel Chojnacki2017-11-231-6/+3
* Use only real duration to measure method call performance via PrometheusPawel Chojnacki2017-11-231-13/+9
* check method timing threshold when observing method performancePawel Chojnacki2017-11-231-8/+57
* Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki2017-11-021-2/+15
* Fix another specDouwe Maan2017-02-231-1/+1
* Enable Lint/UnifiedIntegerDouwe Maan2017-02-231-1/+1
* Track method call times/counts as a single metricYorick Peterse2016-06-171-0/+91