Open source APM and DataDog alternative v0.2.0 Release Notes

Release Date: 2022-01-25 // over 2 years ago
  • ๐Ÿ’ก 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):