Learn how to analyze your app
Zipkin dashboard
MathAgent
we created in the Agents page using the RΞASON Playground:
MathAgent responding
RUN QUERY
button in Zipkin:
Zipkin dashboard with a trace
SHOW
will open the trace:
A Zipkin trace
POST /math
— it is an icicle graph.
It shows the time each took during your entrypoint execution. It also shows the inputs & outputs.
You can click in any of the spans (the rectangles in the graph) to open more information about it. Let’s open the multiply
action:
Multiplity action span
openTelemetryExporter
in .reason.config.js
. Let’s say you want to use Jaeger: