gitlab-org--gitlab-foss/spec/lib/gitlab/metrics/samplers
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
..
influx_sampler_spec.rb
ruby_sampler_spec.rb Cleanup ruby sampler metrics 2018-06-22 14:12:22 +02:00
unicorn_sampler_spec.rb