Skip to content

Fix missing logs_path

Ryan Cobb requested to merge rc/fix_logs_path into master

What does this MR do?

Issue: #122311 (closed)

This separates some of the logic around metrics_data in our dashboard responses. Previously we were dependent on having both an environment and project for rendering metrics_data. Some of they keys in metrics_data are dependent on only environment or only project and some require both. This separates these dependencies and fixes the bug in the linked issue.

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 🤖 GitLab Bot 🤖

Merge request reports