Sprkl Docs
SupportSprkl websiteJoin Sprkl betaJoin Sprkl for CI
0.0.66
0.0.66
  • What is Sprkl?
  • Getting started
    • Install Sprkl
    • Instrument your code
      • Bare metal
      • Docker
      • Kubernetes
    • Start with a sample project with Docker Compose
  • Features
    • Instrumentation
      • Frontend tracing - NEW!
      • Selenium tracing - NEW!
    • Dashboard
      • Personal vs. Global
      • Code Block Reference
    • Code markups
    • System Graph
    • Jaeger tracing
    • Jest integration
    • Detect runtime security vulnerabilities in your code
  • Integrations and supported stack
  • Concepts
    • Analysis
  • FAQ
  • Support
  • Sprkl for GitHub Actions
    • Overview
    • Setup
    • Pulling Sprkl data to your IDE for further debugging
  • Troubleshooting
Powered by GitBook
On this page
  1. Features

Jaeger tracing

PreviousSystem GraphNextJest integration

Last updated 2 years ago

Sprkl ships with Jaeger built in without any configuration required.

Sprkl leverages Jaeger to visualize and analyze traces. Sprkl uniquely includes code-level spans within the trace to show you not only the infrastructure level but also how the trace passes through your recent code change. You can easily go back from the trace to the specific line of code by clicking on the sloth icon within the trace.

Click on the sloth icon in the Sprkl dashboard or from your code to open the relevant span in Jaeger UI.

Jaeger built into VSCode