ZIP
WinGet
jaeger
jaegertracing · 2.17.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
jaeger-2.17.0-windows-amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jaegertracing.jaeger
Version
2.17.0
Description
Open source, end-to-end distributed tracing
License
Apache-2.0
↗
Installer URL
https://github.com/jaegertracing/jaeger/releases/download/v2.17.0/jaeger-2.17.0-windows-amd64.zip
Release Notes
Backend Changes
🐞 Bug fixes, Minor Improvements
- Implement timer duration bucket parsing in metrics init (@junaiddshaukat in #7951)
- Fix(memory): accept string-form error filters in trace search (@YoungHypo in #8217)
- Feat(monitor): restore grafana to spm docker-compose example (adr-007 step 1) (@abhay1999 in #8215)
- Safe self-tracing via otel collector telemetry factory (@yurishkuro in #8208)
- Fix: guard addjitter against zero/sub-nanosecond durations to prevent panic (fixes #8149) (@shiva…