Skip to content

Time series chart filters out "view logs" link

What does this MR do?

This MR allows the users filter by a time range in the charts to go to a narrower time frame of logs.

  1. If the user does not filter, the logs time range is the same one as the dashboard.
  2. If the user filters, the logs time range matches the chart.

Screenshots

2020-02-05_14.51.21

Why throttled?

This MR updates the time range when the user scrolls or changes the data zoom. For this reason the emission of events from the time_series component is limited.

Without throttling Throttled (1s)
2020-02-05_14.41.22 2020-02-05_14.42.00

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

Relates to #122013 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports