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 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
delta.rb
influx_db.rb Rename Concern -> Methods 2018-01-29 15:13:05 +01:00
instrumentation.rb
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
null_metric.rb NullMetric as a singleton 2018-01-29 15:13:04 +01:00
prometheus.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
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 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