Skip to content

Tracing - Add safeguard for big data

Daniele Rossetti requested to merge drosse/tracing-prune-big-traces into master

What does this MR do and why?

  • Set an hard limit for number of spans shown and prune the list
  • Show a warning in the UI in case the list got pruned

Close Tracing - Add safeguard for big data (gitlab-org/opstrace/opstrace#2846 - closed)

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.

Screenshots or screen recordings

image

How to set up and validate locally

  • Make sure you are logged in and running GDK with Ultimate license
  • Enable :observability_tracing feature flags
  • Apply patch to load local mocks:
git apply < <(curl -s https://gitlab.com/-/snippets/3726831/raw/main/snippetfile1.txt)
Edited by Daniele Rossetti

Merge request reports