How to update table data in real time dashboard

  • What Grafana version and what operating system are you using?
    Version 9.0

  • What are you trying to achieve?
    Table streaming data from API data source without duplicate rows if its a new row add it
    else update exist row

  • How are you trying to achieve it?
    using websocket data source

  • What happened?
    every time the backend streaming data the table just add the rows and ids duplicated

  • What did you expect to happen?
    if its new recorded with new id add it else update the exist one