Skip to content

Commit c986aaa

Browse files
Docs: InfluxDB doc improvements (grafana#32815)
* Create getting-started-influxdb.md * Update getting-started-prometheus.md * Update getting-started-sql.md * data source edits * single source intro * Create first-step.md * Update influxdb.md * Update getting-started-influxdb.md * Update influxdb.md * break up long file * Update influxdb-templates.md * more updates * Update _index.md * Update _index.md * Update getting-started-sql.md * Update _index.md * edits * Update docs/sources/datasources/influxdb/_index.md Co-authored-by: Ursula Kallio <[email protected]> * Delete influxdb.md * Update getting-started-influxdb.md * Update influx-flux.md * Update _index.md * Update getting-started-influxdb.md * Update getting-started-influxdb.md * content * content changes * Update _index.md * link fixes * Update getting-started-influxdb.md * Update getting-started-influxdb.md * Merge branch 'master' into docs-influxdb * updated port Co-authored-by: Ursula Kallio <[email protected]>
1 parent 6bbcd43 commit c986aaa

15 files changed

+484
-348
lines changed

docs/sources/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin",
7878
<img src="/img/docs/logos/icon_elasticsearch.svg" >
7979
<h5>Elasticsearch</h5>
8080
</a>
81-
<a href="{{< relref "datasources/influxdb.md" >}}" class="nav-cards__item nav-cards__item--ds">
81+
<a href="{{< relref "datasources/influxdb/_index.md" >}}" class="nav-cards__item nav-cards__item--ds">
8282
<img src="/img/docs/logos/icon_influxdb.svg" >
8383
<h5>InfluxDB</h5>
8484
</a>

docs/sources/dashboards/annotations.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ you can get event description and event tags. The text field can include links t
1414

1515
## Native annotations
1616

17-
Grafana v4.6+ comes with a native annotation store and the ability to add annotation events directly from the graph panel or via the [HTTP API]({{< relref "../http_api/annotations.md" >}}).
17+
Grafana comes with a native annotation store and the ability to add annotation events directly from the graph panel or via the [HTTP API]({{< relref "../http_api/annotations.md" >}}).
1818

1919
## Adding annotations
2020

@@ -64,12 +64,4 @@ to show.
6464

6565
### Annotation query details
6666

67-
The annotation query options are different for each data source.
68-
69-
- [Graphite annotation queries]({{< relref "../datasources/graphite.md#annotations" >}})
70-
- [Elasticsearch annotation queries]({{< relref "../datasources/elasticsearch.md#annotations" >}})
71-
- [InfluxDB annotation queries]({{< relref "../datasources/influxdb.md#annotations" >}})
72-
- [Prometheus annotation queries]({{< relref "../datasources/prometheus.md#annotations" >}})
73-
- [MySQL annotation queries]({{< relref "../datasources/mysql.md#annotations" >}})
74-
- [Postgres annotation queries]({{< relref "../datasources/postgres.md#annotations" >}})
75-
- [Loki annotation queries]({{< relref "../datasources/loki.md#annotations" >}})
67+
The annotation query options are different for each data source. For information about annotations in a specific data source, refer to the specific [data source]({{< relref "../datasources/_index.md" >}}) topic.

docs/sources/datasources/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following data sources are officially supported:
2121
- [Elasticsearch]({{< relref "elasticsearch.md" >}})
2222
- [Google Cloud Monitoring]({{< relref "google-cloud-monitoring/_index.md" >}})
2323
- [Graphite]({{< relref "graphite.md" >}})
24-
- [InfluxDB]({{< relref "influxdb.md" >}})
24+
- [InfluxDB]({{< relref "influxdb/_index.md" >}})
2525
- [Loki]({{< relref "loki.md" >}})
2626
- [Microsoft SQL Server (MSSQL)]({{< relref "mssql.md" >}})
2727
- [MySQL]({{< relref "mysql.md" >}})

docs/sources/datasources/add-a-data-source.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To add a data source:
1616

1717
{{< docs-imagebox img="/img/docs/v75/sidemenu-datasource-7-5.png" max-width="150px" class="docs-image--no-shadow">}}
1818

19-
1. Click on **Data Sources**. The data sources page opens showing a list of previously configured data sources for the Grafana instance.
19+
1. Click on **Data sources**. The data sources page opens showing a list of previously configured data sources for the Grafana instance.
2020

2121
1. Click **Add data source** to see a list of all supported data sources.
2222

@@ -31,6 +31,3 @@ To add a data source:
3131
1. Click **Select**. The data source configuration page opens.
3232

3333
1. Configure the data source following instructions specific to that data source. See [Data sources]({{< relref "_index.md" >}}) for links to configuration instructions for all supported data sources.
34-
35-
36-

docs/sources/datasources/influxdb.md

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)