grpc-spring icon indicating copy to clipboard operation
grpc-spring copied to clipboard

Integration with open census for observability

Open chandresh-pancholi opened this issue 6 years ago • 2 comments

Hi,

How can I integrate with the open census for monitoring and tracing? An example would be really helpful

chandresh-pancholi avatar Jun 04 '19 15:06 chandresh-pancholi

Might be related: https://github.com/census-instrumentation/opencensus-java/issues/1104#issuecomment-498731428 https://github.com/census-instrumentation/opencensus-java/issues/1510

ST-DDT avatar Jun 04 '19 15:06 ST-DDT

An issue rarely discussed is using OC trace exporters as a backend for zipkin's reporter project. In this way, it plugs into all things that use it, including brave, wingtips, finagle etc https://github.com/openzipkin/zipkin-reporter-java

This is a very simple low-effort means to extend data output to the systems defined here, but not already supported by the reporter directly or via one of the third party extensions.

codefromthecrypt avatar Jun 05 '19 00:06 codefromthecrypt