Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Opentelemetry Study

05 Mar 2022 »

##

https://expeed.com/blog-posts/microservices-from-complexity-to-insights-with-distributed-tracing/

Docs

https://medium.com/@magstherdev/opentelemetry-d71d369c83d7

architecture

https://twitter.com/juanantoniobm/status/1534881509693333505

The Future of Observability

Jaeger Intro - Yuri Shkuro, Uber

Getting Started with Jaeger - Joe Elliott, Grafana Labs

Conquering Microservices Complexity @Uber with Distributed Tracing

https://www.infoq.com/presentations/uber-microservices-distributed-tracing/

HotRod Example

https://github.com/jaegertracing/jaeger/tree/main/examples/hotrod

docker run   -dit   --name jaeger   -p6831:6831/udp   -p16686:16686   jaegertracing/all-in-one:latest
docker run   -dit   --link jaeger   --env JAEGER_AGENT_HOST=jaeger   --env JAEGER_AGENT_PORT=6831   -p9080-9083:8080-8083   jaegertracing/example-hotrod:latest   all

hotrod webui

jaeger tracing