Skip to content

Switch charts to Prometheus API endpoint

Simon Knox requested to merge 58516-dashboard-endpoint-fe into master

What does this MR do?

Instead of fetching additional_metrics.json, use dashboard endpoint then prometheus endpoint per panel.

Usage

Enable the feature:

echo 'Feature.enable(:environment_metrics_use_prometheus_endpoint)' | bundle exec rails c

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #58516 (closed)

Edited by Simon Knox

Merge request reports