From f16868c191af4516f040ab8e212137419e157a1e Mon Sep 17 00:00:00 2001 From: Spencer Torres Date: Wed, 21 Feb 2024 10:31:09 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a79cc7d..320b42ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Unreleased + +### Features + +- Added `$__fromTime_ms` macro that represents the dashboard "from" time in milliseconds using a `DateTime64(3)` +- Added `$__toTime_ms` macro that represents the dashboard "to" time in milliseconds using a `DateTime64(3)` +- Added `$__timeFilter_ms` macro that uses `DateTime64(3)` for millisecond precision time filtering + +### Fixes + +- Fixed performance issues caused by `$__timeFilter` using a `DateTime64(3)` instead of `DateTime` (#699) +- Fixed trace queries from rounding span durations under 1ms to `0` (#720) + ## 4.0.2 ### Fixes