gitlab-org--gitlab-foss/spec/lib/gitlab/metrics
Stan Hu 05e1cbc4ca Move Sidekiq exporter logs to log/sidekiq_exporter.log
The Sidekiq exporter logs were mixing with the normal Sidekiq logs. In order
to support structured logging in Sidekiq, we either need to split this data
out or convert the exporter to produce structured logs. Since Sidekiq job
processing is fundamentally different information from Web server traffic,
it seems cleaner to move the metrics traffic into a separate file, where they
can be parsed by a different filter if needed.

Relates to #20060
2018-04-02 08:58:17 -07:00
..
samplers Fix ruby sampler spec 2018-01-29 15:13:05 +01: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 Storing of application metrics in InfluxDB 2015-12-17 17:25:48 +01:00
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 Fix specs 2017-02-23 09:31:57 -06: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 Tests for Web transaction and remove simple transacton 2017-11-02 18:11:44 +01:00