Harold Dost
Harold Dost
Actually it looks like there’s already an issue for the larger discussion in #2392
So I’ll just worry about the REST protobuf
This will fix your woes ``` @objc(MyManagedClass) class MyManagedClass: NSManagedObject { } NSStringFromClass(MyManagedClass) ``` 
Should we just close this since there's already an open issue
So it looks like as a result of `prom2json` using mostly upstream, it seems to support it, but only for when it calls the endpoint itself. ``` [ { "name":...
> The example output just shows classic buckets, not native buckets. The JSON rendering of `prom2json` is fairly custom. I'm afraid we need custom code to render the native histograms....
Also based on your comment here, I am curious about one thing I know that buckets are bounded with open an closed. It seems like the boundaries are open towards...
Ok yes that looks better, array of arrays does make it a bit more compact too. I'd agree, let's try to keep it the same.
Sadly i don't have the time recently I'll put this up for someone else.
I would personally close this issue summaries are an anti-pattern and when using buckets can be easily derived. https://prometheus.io/docs/practices/histograms/