moves time series up, fixes random relrefs (#54477)

This commit is contained in:
Christopher Moyer 2022-08-31 10:13:07 -05:00 committed by GitHub
parent f4bbce15a0
commit e64009fa88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View File

@ -22,7 +22,7 @@ Before you begin, ensure that you have configured a data source. See also:
- [Annotations]({{< relref "annotations/" >}})
- [Playlist]({{< relref "./create-manage-playlists/" >}})
- [Reporting]({{< relref "../share-dashboards-panels#reporting" >}})
- [Time range controls]({{< relref "time-range-controls/" >}})
- [Time range controls]({{< relref "./manage-dashboards/#common-time-range-controls" >}})
- [Dashboard version history]({{< relref "dashboard-history/" >}})
- [Dashboard export and import]({{< relref "export-import/" >}})
- [Dashboard export and import]({{< relref "./manage-dashboards/#export-and-import-dashboards" >}})
- [Dashboard JSON model]({{< relref "json-model/" >}})

View File

@ -104,7 +104,7 @@ By default, reports use the saved time range of the dashboard. You can change th
The page header of the report displays the time range for the dashboard's data queries. Dashboards set to use the browser's time zone use the time zone on the Grafana server.
If the time zone is set differently between your Grafana server and its remote image renderer, then the time ranges in the report might be different between the page header and the time axes in the panels. To avoid this, set the time zone to UTC for dashboards when using a remote renderer. Each dashboard's time zone setting is visible in the [time range controls]({{< relref "../../dashboards/time-range-controls/#dashboard-time-settings" >}}).
If the time zone is set differently between your Grafana server and its remote image renderer, then the time ranges in the report might be different between the page header and the time axes in the panels. To avoid this, set the time zone to UTC for dashboards when using a remote renderer. Each dashboard's time zone setting is visible in the [time range controls]({{< relref "../../dashboards/manage-dashboards/#dashboard-time-settings" >}}).
### Layout and orientation

View File

@ -87,7 +87,9 @@ If you created a snapshot by mistake, click **Delete snapshot** to remove the sn
### Dashboard export
Grafana dashboards can easily be exported and imported. For more information, refer to [Export and import dashboards]({{< relref "../dashboards/export-import/" >}}).
Grafana dashboards can easily be exported and imported. For more information, refer to [Export and import dashboards]({{< relref "../dashboards/manage-dashboards/#export-and-import-dashboards" >}}).
Export and import dashboards
![Export](/static/img/docs/sharing/share-dashboard-export-7-3.png)

View File

@ -25,7 +25,7 @@ keywords:
- guide
- graph
title: Time series
weight: 1200
weight: 90
---
# Time series