opentracing-tutorial

A collection of tutorials for the OpenTracing API

Github星跟踪图

OpenTracing Tutorials

A collection of tutorials for the OpenTracing API (https://opentracing.io).

Also check out examples from the book Mastering Distributed Tracing:

Prerequisites

The tutorials are using CNCF Jaeger (https://jaegertracing.io) as the tracing backend.
For this tutorial, we'll start Jaeger via Docker with the default in-memory storage, exposing only the required ports. We'll also enable "debug" level logging:

docker run \
  --rm \
  -p 6831:6831/udp \
  -p 6832:6832/udp \
  -p 16686:16686 \
  jaegertracing/all-in-one:1.7 \
  --log-level=debug

Alternatively, Jaeger can be downloaded as a binary called all-in-one for different platforms from https://jaegertracing.io/download/.

Once the backend starts, the Jaeger UI will be accessible at http://localhost:16686.

Tutorials by Language

主要指标

概览
名称与所有者yurishkuro/opentracing-tutorial
主编程语言Java
编程语言Makefile (语言数: 7)
平台
许可证Apache License 2.0
所有者活动
创建于2017-09-24 17:31:15
推送于2022-12-08 15:14:22
最后一次提交2022-12-08 10:14:22
发布数0
用户参与
星数1.6k
关注者数48
派生数401
提交数109
已启用问题?
问题数34
打开的问题数17
拉请求数38
打开的拉请求数11
关闭的拉请求数8
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?