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 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 use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00: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 sidekiq middleware tests 2017-11-02 18:16:58 +01:00