Jaeger logo
Dev · self-hosted

Jaeger in one click.

Jaeger is an end-to-end distributed tracing platform you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Jaeger?

Jaeger is an open-source, end-to-end distributed tracing system originally developed by Uber Technologies. It helps monitor and troubleshoot microservices by tracking requests as they propagate across service boundaries.

CategoryDev
Default port16686
Container imagejaegertracing/all-in-one:latest

Run Jaeger in Even

Even Stacks launches Jaeger as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Jaeger in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 16686, and serves it over trusted HTTPS at https://jaeger.localhost.

Drive Jaeger with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Jaeger directly, at both the UI level and the container level.

Through the Even MCP an agent can run commands inside the container, build against the service, and read its logs to debug. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Jaeger and get it ready", and the agent handles it end to end.

How agents reach it: Send traces to the collector at UDP port 6831 (Thrift compact) or HTTP port 14268. Search and inspect traces at http://localhost:16686 by service name and time range. Default all-in-one mode uses in-memory storage only.

More Dev services

Other one-click services you can launch in Even Stacks.