mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: fix time series table (#23400)
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user