breakwater icon indicating copy to clipboard operation
breakwater copied to clipboard

breakwater_pixels metric seems to have been removed

Open kleinesfilmroellchen opened this issue 7 months ago • 1 comments

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?

kleinesfilmroellchen avatar May 03 '25 12:05 kleinesfilmroellchen

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.

sbernauer avatar May 06 '25 06:05 sbernauer