gitlab-org--gitlab-foss/lib/gitlab/metrics
Yorick Peterse 33af33d7cb
Fix GPM content types for Doorkeeper
Certain controllers (e.g. Doorkeeper::TokensController) don't expose the
method "request_format". This commit changes
Gitlab::Metrics::WebTransaction so we don't rely on this method, instead
using the underlying code this method uses.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46412
2018-05-16 12:53:54 +02:00
..
methods Rename Concern -> Methods 2018-01-29 15:13:05 +01:00
samplers Make `System.monotonic_time` retun seconds represented by float with microsecond precision 2017-12-12 18:12:49 +01:00
subscribers Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09: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 Only use features for events 2018-02-20 14:06:12 +01:00
web_transaction.rb Fix GPM content types for Doorkeeper 2018-05-16 12:53:54 +02:00