Adrian Pop
Adrian Pop
Hello! I am trying to use prototool to generate the appropriate files for a python project. For a .proto service description containing gRPC services, the plain protoc generated code is...
## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...
## Steps to reproduce Basically I commented bits and bits of my entire app until I ended up with two agents doing...nothing. I didn't post my entire app because at...
**Question:** Question previously asked here: https://github.com/robinhood/faust/issues/287 by somebody else. It seems that the web is running in a completely different loop from the rest of the app. At least sometimes....
As the title says, is it okay to add a constructor (`with_prefix_and_labels`; please suggest a better name eventually) that allows the creation of a base/root registry with a prefix and...
Hey I have a bunch of counters coming from from processes running on different hosts and I'd like to have them labeled with about 2-3 labels to be able to...
Any chance to make the [`collector` ](https://github.com/lambdalisue/rs-metrics-process/blob/main/src/lib.rs#L99) sub-module public? I'm interested in using the `collect` method to retrieve an instance of a `Metrics` struct and then expose it. Why? My...