gitlab-org--gitlab-foss/spec/lib/gitlab/metrics
Ben Kochie 78a9991543
Cleanup ruby sampler metrics
* Use a simple counter for sampler duration instead of a histogram.
* Use a counter to collect GC time.
* Remove unused objects metric.
* Cleanup metric names to match Prometheus conventions.
* Prefix generic GC stats with `gc_stat`.
* Include worker label on memory and file descriptor metrics.
2018-06-22 14:12:22 +02:00
..
samplers Cleanup ruby sampler metrics 2018-06-22 14:12:22 +02:00
subscribers Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is inherited. 2018-01-29 15:13:04 +01:00
background_transaction_spec.rb Make BackgroundTransaction#labels public 2017-11-07 19:23:52 +01:00
delta_spec.rb
instrumentation_spec.rb Tests for Web transaction and remove simple transacton 2017-11-02 18:11:44 +01:00
method_call_spec.rb before -> after 2018-01-29 15:13:05 +01:00
methods_spec.rb Rename Concern -> Methods 2018-01-29 15:13:05 +01:00
metric_spec.rb
prometheus_spec.rb Support resetting of Prometheus metrics between test runs 2018-05-09 14:33:42 -07:00
rack_middleware_spec.rb rename BackgroundMigration to SidekiqMigration 2017-11-02 18:18:16 +01:00
requests_rack_middleware_spec.rb Enable Timecop safe mode 2017-08-11 14:53:17 +02:00
sidekiq_metrics_exporter_spec.rb Move Sidekiq exporter logs to log/sidekiq_exporter.log 2018-04-02 08:58:17 -07:00
sidekiq_middleware_spec.rb Revert "add metrics tagging to the sidekiq middleware" 2017-11-08 16:21:08 -05:00
system_spec.rb Use seconds where possible, and convert to milliseconds for Influxdb consumption 2017-12-21 00:39:52 +01:00
web_transaction_spec.rb Limit the action suffixes in transaction metrics 2018-06-20 14:35:04 +02:00