askill
jaeger-trace-compare

jaeger-trace-compareSafety 95Repository

Extract and compare Jaeger traces for opz/e2e by git ref (commit/tag) or service.version, producing markdown tables via just recipes. Use when you need performance before/after evidence tied to releases.

0 stars
1.2k downloads
Updated 2/25/2026

Package Files

Loading files...
SKILL.md

Jaeger Trace Compare

Use this skill when you need reproducible performance comparison from Jaeger traces between two code versions.

Prerequisites

  • Jaeger is running (just jaeger-up)
  • Traces are generated with OTEL_EXPORTER_OTLP_ENDPOINT set
  • git.commit resource attribute is present (added by opz telemetry)

Standard workflow

  1. Generate traces on each target commit:
just e2e-trace
  1. Collect per-ref report:
just trace-report <ref-or-version>
  1. Compare two refs:
just trace-compare <base-ref-or-version> <head-ref-or-version>
  1. For stable numbers, use multi-sample aggregation:
just trace-report-samples <ref-or-version> samples=5 status=ok
just trace-compare-samples <base-ref-or-version> <head-ref-or-version> samples=5 status=ok

Output

trace-report and trace-compare print markdown tables that can be pasted into PR comments and release notes.

Troubleshooting

  • If no traces are found: increase fetch limit with limit=1000.
  • If ref not matched: pass a longer commit prefix or explicit tag.
  • If service differs: pass service=<name>.
  • If failures skew results: set status=ok.

Reference

  • Jaeger API details: references/jaeger-api.md

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

70/100Analyzed 3/2/2026

Well-structured skill for Jaeger trace comparison with clear when-to-use, structured workflow, and troubleshooting guidance. Targets opz/e2e specifically with project-specific just recipes. Scores high on clarity and safety but lower on reusability due to tight coupling to internal project infrastructure. Good reference-style content that assumes users understand the underlying just recipes.

95
85
35
72
78

Metadata

Licenseunknown
Version-
Updated2/25/2026
Publisherf4ah6o

Tags

apigithub-actions