Skip to content

Support additional panel types

Jose Ivan Vargas requested to merge jivanvl-support-additional-panel-types into master

What does this MR do?

Integrates the single stat chart component into the monitoring dashboard as part of breaking gitlab-org/monitor/general#16 (closed)

closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60008

To enable the feature flag:

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

Example dashboard:

dashboard: 'Test Dashboard'
priority: 1
panel_groups:
- group: Group A
  priority: 1
  panels:
  - title: "Super Chart A2"
    type: "single-stat"
    weight: 2
    metrics:
    - id: metric_a1
      metric_id: 2
      query: 'max(go_memstats_alloc_bytes{job="prometheus"}) by (job) /1024/1024'
      unit: MB
      label: Total Consumption

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

Merge request reports