Problem Statement
If servers are hosted in different time zones (e.g., EST) than the dashboard (e.g., CST), the time range is not populating data appropriately.
Proposed Solution
The collection should save collect_time in UTC, and while showing in the dashboard, it can have an option to visualize based on UTC or the dashboard's local time zone.
Use Case
This will give uniformity even if monitored servers are in different time zones and the centralized dashboard is in a different time zone.
Alternatives Considered
None
Additional Context
- Is this related to a specific SQL Server version? No
- Would this require schema changes? Yes, you can have an additional column, collection_time_utc, to store UTC date, or you can update the logic to change how the timestamp is stored in collection_time.
- How frequently would you use this feature? - daily
Scope
Please indicate which component(s) this affects:
IMPORTANT: If you're going to contribute code, please read the contributing guide first.
Problem Statement
If servers are hosted in different time zones (e.g., EST) than the dashboard (e.g., CST), the time range is not populating data appropriately.
Proposed Solution
The collection should save collect_time in UTC, and while showing in the dashboard, it can have an option to visualize based on UTC or the dashboard's local time zone.
Use Case
This will give uniformity even if monitored servers are in different time zones and the centralized dashboard is in a different time zone.
Alternatives Considered
None
Additional Context
Scope
Please indicate which component(s) this affects:
IMPORTANT: If you're going to contribute code, please read the contributing guide first.