Skip to content

Remove unneeded views for Integrations > Prometheus

Sarah Yasonik requested to merge sy-rm-monitor-metrics-13 into master

What does this MR do and why?

Changes: This MR cleans up a portion of dead code related to the removal of devopsmonitor Category:Metrics features.

Scope: Anything under app/views/shared/*prometheus*. These view partials used to be responsible for displaying the prometheus integration configuration and list of custom metrics defined in the project. As that functionality has been removed, we should be able to clean up these partials & related helpers.

Context: The Metrics Dashboard (used for monitoring apps deploying using gitlab) was deprecated in 14.7 and removed from the product in 16.0. There are many more files to remove related to this cleanup, but this should be a self-contained chunk.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

These features were disabled in %16.0 behind the :remove_monitor_metrics feature flag, and have been partially deleted since then. So there's nothing really to test here. It's no longer possible to set up these features.

Edited by Sarah Yasonik

Merge request reports

Loading