I'm really enjoying working with #OpenTelemetry. I managed to hook OpenTelemetry into our Vue-based UI so now I can visualize a request from a click in a browser through the load balancers, into our service mesh in Kubernetes and onto our backend services, seeing exactly where time is spent every step of the way. ❤️
@taisph I looked at it a few days ago - but to do coverage reports of a running program. Do you know if that works too?
@lyager we sample a small percentage of requests and use Jaeger for the presentation. The parts of the services that are of interest to us, is instrumented to be wrapped in a span.
@taisph think I need something more under the hood on a per process level - but will have a look. Thanks :)