gitlab-org--gitlab-foss/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
..
methods
samplers
subscribers
background_transaction.rb
delta.rb
influx_db.rb
instrumentation.rb
method_call.rb
methods.rb
metric.rb
null_metric.rb
prometheus.rb
rack_middleware.rb
requests_rack_middleware.rb
sidekiq_metrics_exporter.rb Move Sidekiq exporter logs to log/sidekiq_exporter.log 2018-04-02 08:58:17 -07:00
sidekiq_middleware.rb
system.rb
transaction.rb
web_transaction.rb