gitlab-org--gitlab-foss/spec/lib/gitlab/metrics
Sarah Yasonik bf918b68f6 Support dashboard params for metrics dashboard
https://gitlab.com/gitlab-org/gitlab-ce/issues/62971

Adds support to EnvironmentsController#metrics_dashboard
for the following params: group, title, y_label
These params are used to uniquely identify a panel on
the metrics dashboard.

Metrics are stored in several places, so this adds
utilities to find a specific panel from the database
or filesystem depending on the metric specified.

Also moves some shared utilities into separate classes,
notably default values and errors.
2019-08-07 16:17:35 +00:00
..
dashboard Support dashboard params for metrics dashboard 2019-08-07 16:17:35 +00:00
samplers Call `GC::Profiler.clear` only in one place 2019-08-02 09:04:32 +00:00
subscribers Adjust redis cache metrics 2019-07-19 13:34:04 +00:00
background_transaction_spec.rb
delta_spec.rb
instrumentation_spec.rb
method_call_spec.rb
methods_spec.rb
metric_spec.rb
prometheus_spec.rb
rack_middleware_spec.rb
requests_rack_middleware_spec.rb
sidekiq_metrics_exporter_spec.rb
sidekiq_middleware_spec.rb
system_spec.rb
transaction_spec.rb
web_transaction_spec.rb