17 major breaking releases
18.0.0 | Sep 26, 2024 |
---|---|
17.0.0 | Jul 18, 2024 |
15.0.0 | Jul 12, 2024 |
14.0.0 | Jun 24, 2024 |
0.0.0 |
|
3,827 downloads per month
Used in 60 crates
(8 directly)
27KB
440 lines
Release
Polkadot SDK stable2409
lib.rs
:
Polkadot Jaeger related primitives
Provides primitives used by Polkadot for interfacing with Jaeger.
Integration
See https://www.jaegertracing.io/ for an introduction.
The easiest way to try Jaeger is:
- Start a docker container with the all-in-one docker image (see below).
- Open your browser and navigate to https://localhost:16686 to access the UI.
The all-in-one image can be started with:
podman login docker.io
podman run -d --name jaeger \
-e COLLECTOR_ZIPKIN_HTTP_PORT=9411 \
-p 5775:5775/udp \
-p 6831:6831/udp \
-p 6832:6832/udp \
-p 5778:5778 \
-p 16686:16686 \
-p 14268:14268 \
-p 14250:14250 \
-p 9411:9411 \
docker.io/jaegertracing/all-in-one:1.21
Dependencies
~81–120MB
~2.5M SLoC