Conversation

how does anyone get grafana to do things

i got an API that returns events timestamped

schema is like [{“ts”: 1234, “type”: “abc”}]

  1. how do i ingest it into grafana. i have been trying to use infinity
  2. i want to display it as a heatmap. x axis is time y axis is the type field. color is how many events per bucket. i keep getting errors like “no heatmap data found” no matter what i do
1
0
0

like ingestion is less of a problem i can definitely get grafana to request the data and show it to me as a table. i don’t want a table however

0
0
0