mirror of https://github.com/grafana/grafana
Docs: Move files (#27983)
* moved datasources folder * Update menu.yaml * updated Azuremonitor * Update azuremonitor.md * Update cloudmonitoring.md * Update cloudwatch.md * updated content * Update elasticsearch.md * Update graphite.md * Update elasticsearch.md * Update azuremonitor.md * Update cloudmonitoring.md * Update influxdb.md * Update jaeger.md * Update loki.md * Update mssql.md * Update mysql.md * Update opentsdb.md * Update postgres.md * Update prometheus.md * Update postgres.md * Update jaeger.md * Update mysql.md * Update mssql.md * added aliases * Update testdata.md * Update zipkin.md * link fixes * link fixing * moved files out of guides * Delete archive.md * updated links * updated aliases * updated aliases * link updates * Update _index.md * deleted archive.md * Update azuremonitor.md * Update azuremonitor.mdpull/28148/head
parent
873c32bc97
commit
90303b5a03
@ -1,21 +0,0 @@ |
||||
+++ |
||||
title = "Docs Archive" |
||||
keywords = ["grafana", "archive", "documentation", "guide"] |
||||
type = "docs" |
||||
[menu.docs] |
||||
name = "Docs Archive" |
||||
weight = 200 |
||||
+++ |
||||
|
||||
# Docs Archive |
||||
|
||||
Here you can find links to older versions of the documentation that might be better suited for your version |
||||
of Grafana. |
||||
|
||||
- [Latest](/docs/grafana/latest/) |
||||
- [Version 4.5](/docs/grafana/v4.5) |
||||
- [Version 4.4](/docs/grafana/v4.4) |
||||
- [Version 4.3](/docs/grafana/v4.3) |
||||
- [Version 4.2](/docs/grafana/v4.2) |
||||
- [Version 4.1](/docs/grafana/v4.1) |
||||
- [Version 3.1](/docs/grafana/v3.1) |
||||
@ -1,13 +0,0 @@ |
||||
+++ |
||||
title = "Features" |
||||
description = "List of features" |
||||
type = "docs" |
||||
[menu.docs] |
||||
name = "Features" |
||||
identifier = "features" |
||||
weight = 4 |
||||
+++ |
||||
|
||||
# Grafana features |
||||
|
||||
This section contains pages that describe Grafana features. |
||||
@ -1,22 +0,0 @@ |
||||
+++ |
||||
title = "Data sources overview" |
||||
description = "Overview of data sources in Grafana" |
||||
keywords = ["grafana", "data sources"] |
||||
type = "docs" |
||||
[menu.docs] |
||||
name = "Data sources overview" |
||||
parent = "datasources" |
||||
weight = 1 |
||||
+++ |
||||
|
||||
# Data sources |
||||
|
||||
Grafana can visualize, explore, and alert on data from many different databases and cloud services. Each database or service type is accessed from a *data source*. Before you can create visualizations in Grafana, you must [add a data source]({{< relref "add-a-data-source.md" >}}). |
||||
|
||||
Each data source has a specific query editor that is customized for the features and capabilities that the particular data source exposes. The query language and capabilities of each data source are obviously very different. You can combine data from multiple data sources into a single dashboard, but each panel is connected to a specific data source that belongs to a particular organization. |
||||
|
||||
Use the query editor to build one or more queries in your time series database. The panel instantly updates, allowing you to effectively explore your data in real time and build a perfect query for that particular panel. |
||||
|
||||
You can use [template variables]({{< relref "../../variables/_index.md" >}}) in the query editor within the queries themselves. This provides a powerful way to explore data dynamically based on the templating variables selected on the dashboard. |
||||
|
||||
Grafana allows you to reference queries in the query editor by the row that they’re on. If you add a second query to graph, you can reference the first query by typing in #A. This provides an easy and convenient way to build compound queries. |
||||
@ -1,12 +0,0 @@ |
||||
+++ |
||||
title = "Guides" |
||||
type = "docs" |
||||
[menu.docs] |
||||
name = "Getting Started" |
||||
identifier = "guides" |
||||
weight = 3 |
||||
+++ |
||||
|
||||
# Guides |
||||
|
||||
This section contains guides to help you use Grafana. |
||||
@ -1,11 +1,12 @@ |
||||
+++ |
||||
title = "What's New in Grafana" |
||||
title = "What's new in Grafana" |
||||
aliases = ["/docs/grafana/latest/guides/"] |
||||
[menu.docs] |
||||
name = "What's New In Grafana" |
||||
identifier = "whatsnew" |
||||
weight = 5 |
||||
weight = 140 |
||||
+++ |
||||
|
||||
# What's New |
||||
# What's new |
||||
|
||||
This section contains pages with Grafana release notes. |
||||
Loading…
Reference in new issue