Thomas Foresti
Thomas Foresti
Hey, I think there is an issue, if you try this : ```php $registry = new \Prometheus\CollectorRegistry(new Prometheus\Storage\Redis()); $histogram = $registry->getOrRegisterHistogram('test', 'some_histogram', 'it observes', [], [0, 1, 2, 3, 4,...
**What version of protobuf and what language are you using?** protobuf 3.21.6 PHP 8.1 protoc 3.12.4 **What operating system (Linux, Windows, ...) and version?** Linux Debian 11 **What runtime /...
Hello, thank you for this initiative ! It more a question than an issue, if I generate, for example, the following protbuf diagram: ```protobuf message Email { Address from =...