Skip to content

Add new dashboard route

Ryan Cobb requested to merge rc/add_new_dashboard_route into master

What does this MR do?

Issue: #214282 (closed), #220350 (closed)

This MR adds a new route to access the metrics dashboard:

  • :namespace/:project/-/metrics

It can also take a dashboard path:

  • :namespace/:project/-/metrics/:dashboard_path

It uses the default environment by... default, but you can also specify the environment as a query param

  • :namespace/:project/-/metrics?environment=9

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability 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
Edited by Ryan Cobb

Merge request reports