Toby Lawrence
                                            Toby Lawrence
                                        
                                    > Thanks for the update! > > > I think a major flaw with my proposal to do this by periodically calling render is that we would actually also handle...
👋🏻 This is not the first time this request has been made, but in general, I've consciously avoided providing an API like this because it forces particular decisions around using...
It would likely be possible to support, yes. We used to have support for this -- we called them [proxies](https://docs.rs/metrics-runtime/latest/metrics_runtime/#proxies) -- but they were removed as the crate evolved and...
I left feedback on their PR, which hasn't (yet?) been incorporated. I don't have the time/need to modularize TLS support, so this is waiting on someone to submit a PR...
Yeah, this is a reasonable request. I would accept a PR adding methods to the builder that allow configuring the bucket width and count.
Yep, just awaiting a release of `metrics-exporter-prometheus`, which should hopefully be doable somewhere between today and the next seven days. I've been queueing up a lot of changes to bundle...
Released in `[email protected]`.
It seems like this should be technically possible: `sketches-ddsketch` supports implementing `Serialize`/`Deserialize` for `DDSketch`, gated behind a feature flag. We could do the same thing -- expose an optional feature...
@dezyh Hmmm, interesting. This sounds like it's potentially related to #314. Does your code only use the emission macros directly (i.e. only ever using `counter!(...)`, `histogram!(...)`, etc) or do you...
If you're using the handle types directly, then the linked issue is definitively the cause.