Skip to content

v1.5.1

Choose a tag to compare

@d0etu d0etu released this 26 Feb 09:16
· 114 commits to main since this release

Bug Fixes

  • views: Fix view deeplink URLs to use the correct path for each view type (#72)
    Previously, all view deeplinks used /goto/logs regardless of view type.
    Now each view type maps to its correct deeplink path (e.g., /goto/traces/explorer for span views, /goto/metrics/explorer for metric views).
    The views list output also includes a new TYPE column.