Skip to content

Make manual prom configs always editable

What does this MR do?

Contributres to #207233 (closed).

This MR keeps the manual Prometheus configuration section always editable. Previously, if auto-configuration was enabled, the manual configs section was hidden. This MR makes it so the user can have both auto/manual editable. However, the manual configs will always take precedence, which has always been the case.

Find the configurations sections here Manual Configuration > Project-level auto-configuration > Group-level > Instance-level

Screenshots

Note that

  1. Manual configuration is always editable
  2. A sentence is added under the manual configuration section title. (The last screenshot has the updated text)
-- --
Before - this will change image
After (without existing auto-config) image
After (with existing auto-config) image
After (with manual configs enabled) - remains the same as before image
With text change image

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