Grafana 7 - Table Panel

I come across to table panel picture in the Grafana document:
However, I can’t figure out how to do exactly like that. Could anyone please help to provide some hints?

Thanks… !
table-panel7|690x206

Hi @rsuhendro - the different coloring in cells for certain values is set using the Thresholds feature: https://grafana.com/docs/grafana/latest/panels/thresholds/#add-a-threshold

If you are using Grafana version > 7, then here’s example with Prometheus

  1. Under your query check “instant” and choose “table” under Format.
  2. In Panel Visualisation choose “Table” from side panel
  3. Use transformations when needed. For example You may want to visualize multiple queries in one table, then “merge”, “outer join” and “organise fields” may come in handy.
  4. If you want to customize fields sperately for each query use “overrides” from side panel

@samcoren, @dykow, thanks a lot for the hints…

I get it:

  1. Use “Table” instead of “Time-series”
  2. Use background color for cells
  3. Use threshold feature