add health service proto def and implementation #66

Closed
opened 2021-03-18 23:10:03 +03:00 by vtolstov · 1 comment
vtolstov commented 2021-03-18 23:10:03 +03:00 (Migrated from github.com)

something like:

where to place such stuff

something like: * NewMeterService() => /metrics endpoint with proto/http endpoint rpc method * NewHealthService() => /live , /ready /healthz ( see https://github.com/grpc/grpc/blob/master/doc/health-checking.md ) * NewProfileSerice() => /pprof stuff where to place such stuff
vtolstov commented 2021-03-29 16:52:42 +03:00 (Migrated from github.com)

done for health and metrics

done for health and metrics
Sign in to join this conversation.