6 ms·
what is tracing?
by bronz 9y ago
what is tracing?
- manigandham 9y agoIn this context, it's the network-wide version of a stack trace. Instead of just method calls in a process, you take a top-level (HTTP) request and see all the various upstream service calls and their internal logic involved in completing that request. Useful for micro/multi-service based architectures but you can trace anything because it's a standard output format.
- pritianka 9y agoI have to say, you described tracing really well! I work on the OpenTracing project [1] (and at LightStep) and have been describing tracing to people for a while and your explanation is way better haha :-) [1] opentracing.io
- fnord123 9y agohttps://en.wikipedia.org/wiki/Tracing_(software) https://en.wikipedia.org/wiki/Tracing_(software)