breakwater_pixels metric seems to have been removed
When importing the example Grafana dashboard into my own setup, I noticed that the breakwater_pixels metric used to exist, but I can’t seem to find it in the data my breakwater instance exposes. What happened there, and can we get it back?
Hi, thanks for the report!
It has been added in db4c613d317f3be3f498a719097c897903a0d61c.
In d54484870ee00f3630a0dc84960fede0caba5447 I did a big rewrite where the feature went missing again. As the breakwater-parser is now a separate crate, it does not have access to the statistics structs any more, so I need to think a bit about re-adding it. Maybe the parser get's a closure it can call for every pixel it has parsed, so it does not need to know about higher level concepts such as statistics.