Integration with open census for observability
Hi,
How can I integrate with the open census for monitoring and tracing? An example would be really helpful
Might be related: https://github.com/census-instrumentation/opencensus-java/issues/1104#issuecomment-498731428 https://github.com/census-instrumentation/opencensus-java/issues/1510
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.