Skip to content

Fix logs link params handling in tracing details

Daniele Rossetti requested to merge drosse/fix-tracing-logs-link into master

What does this MR do and why?

Quick bug fix for !158258 (merged) , where URLs params were not encoded and parsed correctly, because they were not compliant with Rails array format.

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

N/A

How to set up and validate locally

  • Be logged in and running GDK with Ultimate license
  • Enable :observability_metrics, :observability_logs, :observability_tracing feature flag
  • Apply patch to load mocks
git apply < <(curl -s https://gitlab.com/-/snippets/3725609/raw/main/mock.patch)

Merge request reports