Max Inden
Max Inden
I am hesitant: I don't think the usage of `Stream` is intuitive here. I consider a `Stream` a consumer from a source, not both a consumer _and_ a source sending...
Sounds reasonable. I am assuming that most of your nodes will be behind a firewall and or NAT. Unless we implement [UPnP](https://github.com/libp2p/rust-libp2p/issues/2052) in rust-libp2p your nodes would most likely operate...
> `remove()` is challenging on its own because we don't have any way to understand the entire set of labels stored in the metric at any point. In your above...
Related discussion: https://github.com/prometheus/client_golang/discussions/920
Thank you for prototyping this idea in #196. I am still not sure I fully understand either the use-case itself, or why that is not supported by `prometheus-client` today. >...
I am reluctant to add this functionality for a single use-case only. For now, I suggest you fork `family.rs` for your own project. Given that `Metric` is a public `trait`,...
> without conveting it to u64 Note that `gauge::Atomic` is also not implemented for `u64`, but only `i64`. This is due to the OpenMetrics Protobuf definition requiring a value to...
For what it is worth, here are the logs of a failed ECN testcase run: ``` 2024-05-02 12:07:43,263 Using the client's key log file. 2024-05-02 12:07:43,263 Using the client's key...
I would suggest we move forward here and write a first proof-of-concept. Anyone volunteering?
I don't think we should log errors, but instead bubble them up to the user. Why is that not an option?