The dashboards discussed here are classic dashboards created using the dashboarding functionality integrated with previous Dynatrace.
The global selectors for timeframe and management zone are available for use across all pages and views. You'll find them in the upper-right corner.
The global timeframe selector serves as a time filter that, in most cases, enables you to select a specific analysis timeframe that persists across all product pages and views as you navigate through your analysis.
The Presets tab lists all standard timeframes available. Select one to change your timeframe to that preset.
The Custom tab displays a calendar. Click a start day, click an end day, and then click Apply to select that range of days as your timeframe.
00:00
). For example, if you select September 3 to September 4 on the calendar, the timeframe starts on September 3 at time 00:00
and ends on September 5 at time 00:00
, so you never miss the last minute of the time range. You can edit these displayed times.The Recent tab displays recently used timeframes. Select one to revert to that timeframe.
The < and > controls shift the timerange forward or backward in time. The increment is the length of the original timerange. For example, if the current timerange is Last 2 hours
(the two-hour range ending now), click < to shift the timerange two hours back, to -4h to -2h
(the two-hour range ending two hours ago).
Hover over the timeframe to see the start time, duration, and end time.
If you select the current timeframe in the menu bar, an editable timeframe expression is displayed.
to
operator, and an end time.to
and now
are implied. For example, -2h
is the same -2h to now
.s
, m
, h
, d
, w
, M
, q
, y
(you can also use whole words such as minutes
and quarter
)Example timeframe expressions
Meaning
today
From the beginning of today to the beginning of tomorrow.
yesterday
From the beginning of yesterday to the beginning of today. Like -1d/d to today
.
yesterday to now
From the beginning of yesterday to the current time today.
previous week
The previous seven whole days. If today is Monday, you get the previous Monday through the previous Sunday (yesterday).
this year
The current calendar year, from January 1 of this year at 00:00
through January 1 of next year at 00:00
.
last 6 weeks
The last 42 days (6 weeks * 7 days) ending now. Equivalent to -6w to now
.
-2h
From 2 hours (120 minutes) ago to the current time (now
is implied). Equivalent to Last 2 hours
and -2h to now
.
-4d to -1h30m
From 4 days (96 hours) ago to 1.5 hours ago.
-1w
The last 7 days (168 hours), from this time 7 days ago to the current time (now
). Equivalent to -7d
and -168h
.
-1w/w
From the beginning of the previous calendar week to the current time (now).
-1w/w
on a Friday afternoon at 3:00, you would get a range of 11 days 15 hours, starting with the beginning of the previous week's Monday, because /w
rounds down to the beginning of the week.-1w
without /w
on a Friday afternoon at 3:00, the start time would be exactly 7 days (168 hours) earlier: the previous Friday at 3:00 in the afternoon.In general, /
used in combination with a unit (such as /d
, /w
, /M
, and /y
) means to round down the date or time to the beginning of the specified time unit. For example, -3d
means exactly 72 hours ago, whereas -3d/d
means three days ago rounded down to the nearest day (starting at time 00:00
, the beginning of the day). Use now/d
to mean the start of today.
-1w/w + 8h
Starting from the beginning of last week plus 8 hours (8:00 AM Monday).
+
and -
operators with units, timestamps, and now
.-1d/d+9h00m to -1d/d+17h00m
Business hours yesterday, from 09:00 - 17:00 (9 AM to 5 PM).
2020-08-16 21:28 to 2020-08-19 10:02
An absolute range consisting of absolute start and end dates and times in YYYY-MM-DD hh:mm
format.
2020-08-16
), the time is assumed to be the beginning of day (00:00
)21:28
), the date is assumed to be today1598545932346 to 1598837052346
Unix epoch millisecond timestamps.
Timeframe and management zone selections are sticky—they're propagated to all pages you visit. For example, after changing the timeframe and management zone on your dashboard, the selections are preserved as you drill down from the Applications tile to individual application pages.
The exception is opening a new dashboard or getting back to the current dashboard by selecting Dashboard in the upper-left corner of the page. In that case, the timeframe and management zone are reset to the dashboard's defaults.
The timeframe selector remembers up to 10 recently used timeframes.
You can set a default timeframe and management zone for each dashboard; these are selected every time you open the dashboard. They're also used when you share the dashboard.
You can also specify a default timeframe and management zone for each tile.
To set a dashboard timeframe that overrides the global timeframe
To set a dashboard management zone that overrides the global management zone
To set a tile timeframe that overrides the dashboard timeframe
To set a tile management zone that overrides the dashboard management zone