Skip to content

Create component to display area and line charts in monitor dashboards

Miguel Rincon requested to merge 65412-add-support-for-line-charts into master

What does this MR do?

This MR:

  • Creates a new <monitor-time-series-chart> component, which is a more general version of <monitor-area-chart> which considers both area and line charts.
    • <monitor-area-chart> Is still kept, but it should be replaced by monitor-time-series moving forward.
  • Updates the common metrics dashboard to see the component in action and dogfood the new chart variant.

Local test: The component is used it looks like this:

image


image

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

Closes #65412 (moved)

Edited by 🤖 GitLab Bot 🤖

Merge request reports