On Mon, Feb 5, 2018 at 3:46 PM <[email protected]> wrote: > Now that python gRPC has support for interceptors, is there a plan for > adding Prometheus metrics for Python, similar to Go and Java gRPC servers? > Any pointers on how to go about adding them? >
I made an attempt here: https://blog.codeship.com/exploring-security-metrics-and-error-handling-with-grpc-in-python/ It is based off the then in progress interceptor proposal code. > Thanks, > KC > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/grpc-io. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/716507f9-82a2-4b4d-b1ba-c2b9825bed92%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/716507f9-82a2-4b4d-b1ba-c2b9825bed92%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CANODV3mZNEVsppuZOX%3DTu4quXWzMQbvqjkRr-YcXyo04-GFPpQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
