All Versions
15
Latest Version
Avg Release Cycle
23 days
Latest Release
981 days ago
Changelog History
Page 2
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 ofp50(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
tospans_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.