gitlab-org--gitlab-foss/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
..
methods Rename Concern -> Methods 2018-01-29 15:13:05 +01:00
samplers Cleanup ruby sampler metrics 2018-06-22 14:12:22 +02:00
subscribers Adjust SQL and transaction Prometheus buckets 2018-06-11 19:18:02 +02:00
background_transaction.rb Make BackgroundTransaction#labels public 2017-11-07 19:23:52 +01:00
delta.rb
influx_db.rb Rename Concern -> Methods 2018-01-29 15:13:05 +01:00
instrumentation.rb Differentiatie between class and instance methods 2017-11-02 18:11:43 +01:00
method_call.rb Rename Concern -> Methods 2018-01-29 15:13:05 +01:00
methods.rb Fix "A copy of Gitlab::Metrics::Methods" have been removed error 2018-03-16 12:05:39 -07:00
metric.rb Tracking of custom events 2016-08-17 10:04:04 +02:00
null_metric.rb NullMetric as a singleton 2018-01-29 15:13:04 +01:00
prometheus.rb Support resetting of Prometheus metrics between test runs 2018-05-09 14:33:42 -07:00
rack_middleware.rb Web/Sidekiq transaction split 2017-11-02 18:11:44 +01:00
requests_rack_middleware.rb Rename ConnectionRackMiddleware to RequestsRackMiddleware. 2017-07-13 00:46:17 +02:00
sidekiq_metrics_exporter.rb Move Sidekiq exporter logs to log/sidekiq_exporter.log 2018-04-02 08:58:17 -07:00
sidekiq_middleware.rb Revert "add metrics tagging to the sidekiq middleware" 2017-11-08 16:21:08 -05:00
system.rb Use seconds where possible, and convert to milliseconds for Influxdb consumption 2017-12-21 00:39:52 +01:00
transaction.rb Adjust SQL and transaction Prometheus buckets 2018-06-11 19:18:02 +02:00
web_transaction.rb Limit the action suffixes in transaction metrics 2018-06-20 14:35:04 +02:00