msteinhoff / dropwizard-grpc

A set of classes to use a gRPC server in a Dropwizard service.

Home Page:http://msteinhoff.github.io/dropwizard-grpc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server calls are not instrumented with dropwizard metrics

msteinhoff opened this issue · comments

Dropwizard metrics must be added for all server calls, similar to dropwizard REST resources. This likely needs also to work with the ManagedGrpcServer so metrics are added on start and removed on shutdown.