--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/5ab97426-6a77-4369-a272-e5c5323c4ddb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Alistair, thanks for the detailed plan! It all sounds like you've got a solid road map ahead. Can you share some ETAs on the APIs availability?
If they're coming soon (2-3 weeks) , we could possibly contribute Prometheus Client metrics (http://prometheus.io/docs/instrumenting/clientlibs/) to GRPC Go and Java. It seems they're gaining popularity among big open source projects (Kubernetes, Docker, Etcd adoption), and are very powerful and easy to use, especially for people familiar with the Google monitoring stack :-)
I've got an outstanding PR with the grpc Go project that the maintainers are reviewing. It adds a general API framework for monitoring of RPCs on both client and server side, with an example integration with Prometheus.
Can you link me to it? I'd like to observe
The related Go issue is here:
https://github.com/grpc/grpc-go/issues/240
And the PR is here:
https://github.com/grpc/grpc-go/pull/299