All Versions
15
Latest Version
Avg Release Cycle
23 days
Latest Release
981 days ago

Changelog History
Page 2

  • v0.2.5 Changes

    March 09, 2022
    • โž• Added list of spans.
    • ๐Ÿ›  Fixed links to services and hostnames.
    • ๐Ÿ›  Fixed SQL grouping.
  • v0.2.4 Changes

    February 24, 2022

    ๐Ÿ’ก Enhancements ๐Ÿ’ก

    • ๐Ÿ‘‰ Make sure projects have unique tokens.
    • ๐Ÿ‘‰ Make user authentication optional by commenting out users section in the YAML config.
    • ๐Ÿ›  Fixed jumping to a trace to account for the project id.
    • โž• Added missing trace find route.
  • v0.2.2 Changes

    February 22, 2022

    ๐Ÿ’ก Enhancements ๐Ÿ’ก

    • โž• Added log out button.
    • โž• Added more concise syntax support to Uptrace query language, for example, {p50,p90,p99}(span.duration) instead of p50(span.duration), p90(span.duration), p99(span.duration).
    • ๐Ÿ‘Œ Improved Uptrace query parsing.
  • v0.2.0 Changes

    January 25, 2022

    ๐Ÿ’ก Enhancements ๐Ÿ’ก

    • โž• Added support for exceptions and in-app logs. See Zap and logrus integrations.
    • โž• Added services and hostnames overview.
    • โž• Added SQL query formatting when viewing spans.
    • Require user authentication. Users are defined in the YAML config.
    • โž• Added support for having multiple isolated projects in the same database. Projects are defined in the YAML config.
    • โž• Added ability to filter query results, for example, group by span.group_id | p50(span.duration) | where p50(span.duration) > 10ms.
    • โž• Added SAMPLE BY to spans_index table.
    • โž• Added query limits to spans_index queries to better support large datasets.
    • ๐Ÿ‘Œ Improved error handling on invalid Uptrace queries.
    • ๐Ÿ‘‰ Use faster and more compact MessagePack encoding to store spans in spans_data table.
    • โž• Add more attributes to ClickHouse index.

    โฌ†๏ธ To upgrade, reset ClickHouse schema with the following command (existing data will be lost):

  • v0.1.0 Changes

    December 27, 2021

    ๐ŸŽ‰ Initial release.