mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prettier: Fix all markdown files and add markdown files to CI verify step (#39776)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Dashboard Datasource - Native Plugin
|
||||
# Dashboard Datasource - Native Plugin
|
||||
|
||||
This is a **built in** datasource that lets you reuse the query from other panels in the
|
||||
same dashboard.
|
||||
same dashboard.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Elasticsearch Data Source - Native Plugin
|
||||
# Elasticsearch Data Source - Native Plugin
|
||||
|
||||
Grafana ships with **advanced support** for Elasticsearch. You can do many types of simple or complex elasticsearch queries to visualize logs or metrics stored in Elasticsearch. You can also annotate your graphs with log events stored in Elasticsearch.
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#### Alias patterns
|
||||
|
||||
- {{term fieldname}} = replaced with value of term group by
|
||||
- {{metric}} = replaced with metric name (ex. Average, Min, Max)
|
||||
- {{field}} = replaced with the metric field name
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Grafana Fake Data Datasource - Native Plugin
|
||||
# Grafana Fake Data Datasource - Native Plugin
|
||||
|
||||
This is the built in Fake Data Datasource that is used before any datasources are set up in your Grafana installation. It means you can create a graph without any data and still get an idea of what it would look like.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Graphite Data Source - Native Plugin
|
||||
# Graphite Data Source - Native Plugin
|
||||
|
||||
Grafana ships with **built in** support for Graphite (of course!).
|
||||
Grafana ships with **built in** support for Graphite (of course!).
|
||||
|
||||
Grafana has an advanced Graphite query editor that lets you quickly navigate the metric space, add functions, change function parameters and much more. The editor can handle all types of graphite queries. It can even handle complex nested queries through the use of query references.
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
If a query is added only to be used as a parameter, hide it from the graph with the eye icon
|
||||
|
||||
#### Max data points
|
||||
|
||||
- Every graphite request is issued with a maxDataPoints parameter
|
||||
- Graphite uses this parameter to consolidate the real number of values down to this number
|
||||
- If there are more real values, then by default they will be consolidated using averages
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# InfluxDB data source
|
||||
# InfluxDB data source
|
||||
|
||||
Grafana ships with built-in support for InfluxDB releases >0.9.x.
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#### Alias patterns
|
||||
|
||||
- replaced with measurement name
|
||||
- $measurement = replaced with measurement name
|
||||
- $1 - $9 = replaced with part of measurement name (if you separate your measurement name with dots)
|
||||
@@ -7,6 +8,7 @@
|
||||
- You can also use [[tag_exampletag]] pattern replacement syntax
|
||||
|
||||
#### Stacking and fill
|
||||
|
||||
- When stacking is enabled it is important that points align
|
||||
- If there are missing points for one series it can cause gaps or missing bars
|
||||
- You must use fill(0), and select a group by time low limit
|
||||
@@ -14,6 +16,7 @@
|
||||
- This will insert zeros for series that are missing measurements and will make stacking work properly
|
||||
|
||||
#### Group by time
|
||||
|
||||
- Group by time is important, otherwise the query could return many thousands of datapoints that will slow down Grafana
|
||||
- Leave the group by time field empty for each query and it will be calculated based on time range and pixel width of the graph
|
||||
- If you use fill(0) or fill(null) set a low limit for the auto group by time interval
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Loki Data Source - Native Plugin
|
||||
# Loki Data Source - Native Plugin
|
||||
|
||||
This is a **built in** data source that allows you to connect to the Loki logging service.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Mixed Data Source - Native Plugin
|
||||
# Mixed Data Source - Native Plugin
|
||||
|
||||
This is a **built in** data source that allows you to mix different data source on the same graph! You can enable this by selecting the built in -- Mixed -- data source. When selected this will allow you to specify data source on a per query basis. This will, for example, allow you to plot metrics from different Graphite servers on the same Graph or plot data from Elasticsearch alongside data from Prometheus. Mixing different data sources on the same graph works for any data source, even custom ones.
|
||||
This is a **built in** data source that allows you to mix different data source on the same graph! You can enable this by selecting the built in -- Mixed -- data source. When selected this will allow you to specify data source on a per query basis. This will, for example, allow you to plot metrics from different Graphite servers on the same Graph or plot data from Elasticsearch alongside data from Prometheus. Mixing different data sources on the same graph works for any data source, even custom ones.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Grafana Microsoft SQL Server Data Source - Native Plugin
|
||||
# Grafana Microsoft SQL Server Data Source - Native Plugin
|
||||
|
||||
Grafana ships with a built-in Microsoft SQL Server (MSSQL) data source plugin that allows you to query and visualize data from any Microsoft SQL Server 2005 or newer.
|
||||
|
||||
@@ -7,6 +7,6 @@ Grafana ships with a built-in Microsoft SQL Server (MSSQL) data source plugin th
|
||||
1. Open the side menu by clicking the Grafana icon in the top header.
|
||||
2. In the side menu under the `Configuration` link you should find a link named `Data Sources`.
|
||||
3. Click the `+ Add data source` button in the top header.
|
||||
4. Select *Microsoft SQL Server* from the *Type* dropdown.
|
||||
4. Select _Microsoft SQL Server_ from the _Type_ dropdown.
|
||||
|
||||
For more information, check the [docs](http://docs.grafana.org/).
|
||||
For more information, check the [docs](http://docs.grafana.org/).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# MySQL Data Source - Native Plugin
|
||||
# MySQL Data Source - Native Plugin
|
||||
|
||||
Grafana ships with a built-in MySQL data source plugin that allows you to query and visualize data from a MySQL compatible database.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# OpenTSDB Data Source - Native Plugin
|
||||
# OpenTSDB Data Source - Native Plugin
|
||||
|
||||
Grafana ships with **built in** support for OpenTSDB, a scalable, distributed time series database.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Grafana PostgreSQL Data Source - Native Plugin
|
||||
# Grafana PostgreSQL Data Source - Native Plugin
|
||||
|
||||
Grafana ships with a built-in PostgreSQL data source plugin that allows you to query and visualize data from a PostgreSQL compatible database.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Prometheus Data Source - Native Plugin
|
||||
# Prometheus Data Source - Native Plugin
|
||||
|
||||
Grafana ships with **built in** support for Prometheus, the open-source service monitoring system and time series database.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user