Docs: Replace ampersands with and (#19609)
This commit is contained in:
committed by
Marcus Olsson
parent
4b042c89fe
commit
618652d16e
@@ -460,7 +460,7 @@ If enabled and user is not anonymous, data proxy will add X-Grafana-User header
|
||||
|
||||
When enabled Grafana will send anonymous usage statistics to
|
||||
`stats.grafana.org`. No IP addresses are being tracked, only simple counters to
|
||||
track running instances, versions, dashboard & error counts. It is very helpful
|
||||
track running instances, versions, dashboard and error counts. It is very helpful
|
||||
to us, so please leave this enabled. Counters are sent every 24 hours. Default
|
||||
value is `true`.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Migrating from older versions"
|
||||
description = "Upgrading & Migrating Grafana from older versions"
|
||||
description = "Upgrading and Migrating Grafana from older versions"
|
||||
keywords = ["grafana", "configuration", "documentation", "migration"]
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
@@ -11,11 +11,11 @@ weight = 8
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
## Visualization & Query issues
|
||||
## Visualization and Query issues
|
||||
|
||||
{{< imgbox max-width="40%" img="/img/docs/v45/query_inspector.png" caption="Query Inspector" >}}
|
||||
|
||||
The most common problems are related to the query & response from you data source. Even if it looks
|
||||
The most common problems are related to the query and response from you data source. Even if it looks
|
||||
like a bug or visualization issue in Grafana it is 99% of time a problem with the data source query or
|
||||
the data source response.
|
||||
|
||||
@@ -28,7 +28,7 @@ older versions of Grafana read the [how troubleshoot metric query issue](https:/
|
||||
|
||||
If you encounter an error or problem it is a good idea to check the grafana server log. Usually
|
||||
located at `/var/log/grafana/grafana.log` on unix systems or in `<grafana_install_dir>/data/log` on
|
||||
other platforms & manual installs.
|
||||
other platforms and manual installs.
|
||||
|
||||
You can enable more logging by changing log level in you grafana configuration file.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ weight = 10
|
||||
# Upgrading Grafana
|
||||
|
||||
We recommend everyone to upgrade Grafana often to stay up to date with the latest fixes and enhancements.
|
||||
In order make this a reality Grafana upgrades are backward compatible and the upgrade process is simple & quick.
|
||||
In order make this a reality Grafana upgrades are backward compatible and the upgrade process is simple and quick.
|
||||
|
||||
Upgrading is generally always safe (between many minor and one major version) and dashboards and graphs will look the same. There can be minor breaking changes in some edge cases which are usually outlined in the [Release Notes](https://community.grafana.com/c/releases) and [Changelog](https://github.com/grafana/grafana/blob/master/CHANGELOG.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user