+ All Categories
Home > Software > Distributed tracing for Node.js

Distributed tracing for Node.js

Date post: 16-Apr-2017
Category:
Upload: nikolay-stoitsev
View: 73 times
Download: 2 times
Share this document with a friend
35
Distributed Tracing in Node.js @stoitsev
Transcript

Distributed Tracing in Node.js@stoitsev

post “Pimping the Feedback Loop”

Distributed tracing is very very useful for Node.js

every other service

in the company

services you know

Why distributed tracing for Node.js

Asynchronous execution

Web UI

NGINX

NGINX

NGINX

HAProxy

HAProxy

Backend

Tools

Dapper, a Large-Scale Distributed Systems Tracing Infrastructure

https://research.google.com/pubs/pub36356.html

http://opentracing.io/

http://zipkin.io/

Jaeger

https://github.com/uber/jaeger

npm install --save jaeger-client

Play with distributed tracing

https://github.com/uber/jaeger/tree/master/examples/hotrod

Thanks!


Recommended