grafana / prometheus-arduino

Apache License 2.0
47 stars 9 forks source link

Improve error handling when too many timeseries are used #4

Open RichiH opened 3 years ago

RichiH commented 3 years ago

WriteRequest req(n, m); is arguably brittle; autodetection would be best, out of bounds detection seems like a sane baseline.