geerlingguy / internet-monitoring

Monitor your network and internet speed with Docker & Prometheus
1.28k stars 138 forks source link

Uptime graph hides outages when zoomed out over longer periods #8

Closed Conor-Burns closed 3 years ago

Conor-Burns commented 3 years ago

Hi,

Is it possible to mark a square in the statusmap red when downtime occurred and also keep it red in larger timespans? Like if one minute is red also make the day red?

geerlingguy commented 3 years ago

@Conor-Burns - I've actually been messing with that a bit. I can't figure out a way to make it so if there's any red within a range, it shows the block as red when aggregated. So it does mask out brief outages quite a bit over longer periods.

I have considered opening an issue on the plugin (grafana-tatusmap) issue queue: https://github.com/flant/grafana-statusmap

Another option would be to try to figure out if there's a way to rebuild this with heatmap, but not sure...

Conor-Burns commented 3 years ago

would definitely be really nice, thank you for your time!

geerlingguy commented 3 years ago

See related: https://github.com/geerlingguy/internet-monitoring/issues/14 — the new State timeline graph type might do a better job... just need to upgrade and test it out.

geerlingguy commented 3 years ago

I'll be archiving this repository as the contents have been merged into my internet-pi repository—please feel free to re-open this issue in that repo to keep the conversation going!

More details: https://github.com/geerlingguy/internet-monitoring/issues/22