-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add timezone support to logs explorer chart (built with Chartjs) (
#6566) * feat: display timezone adjusted time range in time picker * fix: make x axis and tooltip time format consistent in uPlot graphs * fix: open the timepicker on clicking the input after closing the timezone picker by clicking outside * feat: custom hook for formatting timezone * feat: add timezone support to traces explorer timestamp column * feat: add timezone support to saved views * chore: improve timezone formatter custom hook * feat: add support for timezone adjusted timestamp in raw log view (logs explorer -> list view) * feat: add support for timezone adjusted timestamp in log table view (logs explorer -> list view) * feat: add support for timezone adjusted timestamp in log default view (logs explorer -> list view) * feat: add support for timezone adjusted timestamp in log details side pane * feat: add support for timezone adjusted timestamp in pipeline pages * feat: add support for timezone in dashboard list * feat: add support for timezone adjusted created/updated at in alert rules list page * feat: add support for timezone adjusted created at in timeline table of alert history page * feat: add support for timezone adjusted Firing Since in triggered alerts page * feat: add support for timezone adjusted Timestamp for List Panel of dashboard * feat: add support for timezone adjusted First/Last Seen in exceptions list page * feat: add support for timezone adjusted date in exception details page * feat: add support for timezone adjusted Valid From/To in History tab of Licences * chore: rename formatTimestamp -> formatTimezoneAdjustedTimestamp * feat: add timezone support to logs explorer chart (built with Chartjs) * chore: remove unnecessary chartjs-adapter-date-fns import * chore: improve cache key * chore: make clearCacheEntries DRYer * chore: add docstring to formatTimezoneAdjustedTimestamp
- Loading branch information
1 parent
75b6735
commit a0a611c
Showing
3 changed files
with
58 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters