From bd2764757401a9afaeb715a90ff3a4e2443774ff Mon Sep 17 00:00:00 2001 From: Robby Milo Date: Wed, 8 Apr 2020 14:09:34 +0200 Subject: [PATCH] Docs: fix time series table (#23400) Co-authored-by: Arve Knudsen --- docs/sources/guides/timeseries.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/sources/guides/timeseries.md b/docs/sources/guides/timeseries.md index 31777ebb234..96d36feb14a 100755 --- a/docs/sources/guides/timeseries.md +++ b/docs/sources/guides/timeseries.md @@ -96,15 +96,15 @@ Here are some of the TSDBs supported by Grafana: - [InfluxDB](https://www.influxdata.com/products/influxdb-overview/) - [Prometheus](https://prometheus.io/) -``` -weather,location=us-midwest temperature=82 1465839830100400200 - | -------------------- -------------- | - | | | | - | | | | -+-----------+--------+-+---------+-+---------+ -|measurement|,tag_set| |field_set| |timestamp| -+-----------+--------+-+---------+-+---------+ -``` + ``` + weather,location=us-midwest temperature=82 1465839830100400200 + | -------------------- -------------- | + | | | | + | | | | + +-----------+--------+-+---------+-+---------+ + |measurement|,tag_set| |field_set| |timestamp| + +-----------+--------+-+---------+-+---------+ + ``` ### Collecting time series data