NovatecConsulting / novatec-service-dependency-graph-panel

A Grafana panel for visualizing a Service Dependency Graph.
Apache License 2.0
191 stars 64 forks source link

[Question] - Can we replay historical data? #106

Open wangzhao765 opened 2 years ago

wangzhao765 commented 2 years ago

Can we replay historical status if we choose a historical time range in grafana?

MariusBrill commented 2 years ago

Hi @wangzhao765,

Yes you can. Just adjust the time range selection of grafana.

Greetings Marius

djnautiyal commented 1 year ago

Hi, Could you explain the mechanism and related codebase in the repository that we can look into? Currently we're playing with static data, and one of the questions my manager has is if this was some data produced by api, We should be storing the info in prometheus/thanos/influxDB and it should be working right? I'm really new to this so sorry if the question sound stupid.