{% extends "base.html" %} {% block title %}Failure clusters — clustertrace{% endblock %} {% block content %}

Failure clusters

Where agents tend to fail across all recorded traces.

Failure rate by span

Bars sorted by error rate. Click a bar to filter the graph below.

Step at which traces failed

For each failed trace, the position of the failing span.

Call graph

Nodes = span names sized by call volume and colored by error rate (red = more failures). Edges = observed transitions, thicker = more frequent.

{% endblock %}