distributed tracing for node.js

35
Distributed Tracing in Node.js @stoitsev

Upload: nikolay-stoitsev

Post on 16-Apr-2017

75 views

Category:

Software


2 download

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!