Commit bd276475 by Robby Milo Committed by GitHub

Docs: fix time series table (#23400)

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 137b47cc
...@@ -96,15 +96,15 @@ Here are some of the TSDBs supported by Grafana: ...@@ -96,15 +96,15 @@ Here are some of the TSDBs supported by Grafana:
- [InfluxDB](https://www.influxdata.com/products/influxdb-overview/) - [InfluxDB](https://www.influxdata.com/products/influxdb-overview/)
- [Prometheus](https://prometheus.io/) - [Prometheus](https://prometheus.io/)
``` ```
weather,location=us-midwest temperature=82 1465839830100400200 weather,location=us-midwest temperature=82 1465839830100400200
| -------------------- -------------- | | -------------------- -------------- |
| | | | | | | |
| | | | | | | |
+-----------+--------+-+---------+-+---------+ +-----------+--------+-+---------+-+---------+
|measurement|,tag_set| |field_set| |timestamp| |measurement|,tag_set| |field_set| |timestamp|
+-----------+--------+-+---------+-+---------+ +-----------+--------+-+---------+-+---------+
``` ```
### Collecting time series data ### Collecting time series data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment