Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

1.2.0-2023.7.25

Compare
Choose a tag to compare
@piotr-szewczyk piotr-szewczyk released this 26 Jul 08:06
· 73 commits to develop since this release
a6944a0

Traceo 1.2.0

Release introducing advanced support for creating your own predefined dashboards. From version 1.2.0 it is possible to create your own panels/visualizations that are later placed on dashboards from which you can quickly observe changes in metrics important to the user. Full changelog list can be found below.

dashboards

This version is also the first with full support for collecting metrics and spans using Open Telemetry. See here to learn more about how to export data collected by OTel to Traceo.

Installation

Full installation guide can be found here.

Documentation

Full documentation can be found here.

Compatible SDK Versions

Changelog

  • Dashboards feature:
    • Ability to create your own dashboards
    • Ability to create your own visualizations to be placed on the dashboard
    • Random datasource generation
    • Advanced visualization editor for panels
    • Using react-grid-layout to change the position and size of the panels
    • Blocking dashboard layout edition based on project permission
    • New panel overview screen
    • Support for Histogram and Text visualizations (in addition to the previously available Time series)
    • Dashboard toolbar section to manage dashboard options and manipulate time range for datasource in panels
  • Multiple UI/UX changes:
    • A collapsible menu sidebar that opens when you press a menu button in the header
    • Tree structured menu
    • Highliting for already selected branches
    • New header section with sticky secondary header on scroll
    • Using the portal concept to transfer content management to the toolbar in the header
    • New component for Time Range Picker
  • Open Telemetry:
    • Overview of spans and metrics in Explore
  • Other:
    • Better interval scaling for extracted metrics in aggregated clickhouse queries
    • Improvements to clickhouse queries according to new deps version
    • Improvement for popover action propagation
    • New logger for relay-worker operations
    • Multiple npm packages update
    • Using HOCs for transferring data between components
    • Setting document page for every screen