summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '61964-unicorn-instrumentation' into 'master'Bob Van Landuyt2019-06-043-8/+71
|\
| * Merge branch 'master' into 61964-unicorn-instrumentationRyan Cobb2019-05-291-0/+96
| |\
| * | Adds ruby and unicorn instrumentationRyan Cobb2019-05-203-8/+71
* | | Ignore Puma empty worker statsJan Provaznik2019-06-041-0/+27
| |/ |/|
* | Add Puma samplerJan Provaznik2019-05-291-0/+96
|/
* Revert "Merge branch '56850-add-new-unicorn-metrics' into 'master'"revert-c5a9bc17Ryan Cobb2019-05-203-71/+8
* Merge branch '56850-add-new-unicorn-metrics' into 'master'Ash McKenzie2019-05-073-8/+71
|\
| * Cleanup spec by removing not needed letRyan Cobb2019-04-301-2/+1
| * Update docs and calculate process start time via proc tableRyan Cobb2019-04-242-9/+15
| * Move process specific metrics to ruby samplerRyan Cobb2019-04-242-8/+25
| * Adds new metrics for unicorn monitoringRyan Cobb2019-04-182-5/+46
* | Update metrics dashboard API to load yml from repoSarah Yasonik2019-05-015-47/+172
* | Move dashboard param to initialize method60383-setup-dashboard-endpointsyasonik2019-04-251-2/+2
* | Prefer safe_load and deep_symbolize_keyssyasonik2019-04-251-2/+2
* | Move MetricsDashboard to Metrics::Dashboardsyasonik2019-04-252-0/+136
|/
* Filters branch and path labels for metricsRyan Cobb2019-04-041-0/+229
* Clean up unicorn sampler metric labelsBen Kochie2019-02-061-2/+2
* Ignore irrelevant sql commands in metricsMark Chao2018-09-051-0/+59
* Cleanup ruby sampler metricsbjk/48176_ruby_gcBen Kochie2018-06-221-1/+1
* Merge branch 'limit-metrics-content-type' into 'master'Stan Hu2018-06-201-1/+10
|\
| * Limit the action suffixes in transaction metricslimit-metrics-content-typeYorick Peterse2018-06-201-1/+10
* | Remove remaining traces of the Allocations Gemremove-allocations-gemYorick Peterse2018-06-202-8/+0
|/
* Fix GPM content types for DoorkeeperYorick Peterse2018-05-161-3/+3
* Fix setting Gitlab metrics content typesYorick Peterse2018-05-151-3/+3
* Support resetting of Prometheus metrics between test runsStan Hu2018-05-091-0/+18
* Move Sidekiq exporter logs to log/sidekiq_exporter.logsh-move-sidekiq-exporter-logsStan Hu2018-04-021-1/+3
* Rename Concern -> Methods41771-reduce-cardinality-of-metricsPawel Chojnacki2018-01-291-2/+2
* use public_send where appropriatePawel Chojnacki2018-01-291-3/+3
* before -> afterPawel Chojnacki2018-01-291-1/+1
* use define_method to define devine_metric_method. (couldn't resist)Pawel Chojnacki2018-01-291-15/+12
* Fix ruby sampler specPawel Chojnacki2018-01-291-12/+10
* Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is i...Pawel Chojnacki2018-01-291-2/+5
* Cleanup rspecPawel Chojnacki2018-01-291-14/+20
* NullMetric as a singletonPawel Chojnacki2018-01-291-1/+3
* Avoid cascading lockingPawel Chojnacki2018-01-291-1/+1
* Test if feature is respectedPawel Chojnacki2018-01-291-19/+52
* Small Concern_spec cleanupPawel Chojnacki2018-01-291-3/+1
* Add Tests for Metrics::ConcernPawel Chojnacki2018-01-291-0/+101
* Fix testsPawel Chojnacki2018-01-291-1/+1
* Convert active recordPawel 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-212-8/+11
|\
| * Use seconds where possible, and convert to milliseconds for Influxdb consumptionPawel Chojnacki2017-12-212-10/+12
| * Fix tests and formattingPawel Chojnacki2017-12-191-5/+6
| * Make `System.monotonic_time` retun seconds represented by float with microsec...Pawel Chojnacki2017-12-121-2/+2
* | 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