Skip to content

Fixing Observability UI url in iframe

Ankit Panchal requested to merge ankit.panchal/fix-observability-url into master

What does this MR do and why?

Issue link - gitlab-org/opstrace/opstrace-ui#161 (closed)

Current Observability url is incorrect. We need to update it from /groupId to /-/groupdId

Observability Url in staging is https://observe.staging.gitlab.com/-/9555164/

Screenshots or screen recordings

Screenshot_2022-12-11_at_11.37.04_PM

How to set up and validate locally

  1. This requires running Observability UI locally. Detailed steps for running it with gdk are here.
  2. Once, gdk and Observability UI both are running, Go to a group page, e.g. http://localhost:3000/gitlab-org
  3. Access the Observability tab from the left navbar. There will be three submenus Dashboards, Explore and Manage.
  4. Visit page http://localhost:3000/groups/gitlab-org/-/observability/dashboards

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 Ankit Panchal

Merge request reports