Skip to content

Tracing - Foundation work for filter suggestions

Daniele Rossetti requested to merge rossetd/filter-suggestions into master

What does this MR do and why?

This MR does not bring any visual changes, and it just contains preliminary work required to add suggestions loading to the tracing filter bar.

BE:

  • It defines the new services and operations API URL and set them in the view-data-model passed down to the FE.

FE:

  • Hook up the observability's client to the new API and wire things up between components. A plaholder ServiceToken has also been added.
  • I've extracted the implementation of the Service and Operations token in a separate MR: !133959 (merged)

Part of https://gitlab.com/gitlab-org/opstrace/opstrace/-/issues/2369+

Screenshots or screen recordings

NA

How to set up and validate locally

  • Rspec

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Daniele Rossetti

Merge request reports