Grafana: Table: Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== Visualize a Table with all Tags and Fields == Add following at the end of your Flux query: <pre> from(bucket:...) ... |> last() |> pivot(rowKey: ["_ti…“)
(kein Unterschied)

Version vom 13. April 2021, 09:54 Uhr

Visualize a Table with all Tags and Fields

Add following at the end of your Flux query:

from(bucket:...)
  ...
  |> last()
  |> pivot(rowKey: ["_time"], columnKey: ["_field"], valueColumn: "_value")