You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>Visual Flag Marker<a@click.prevent="window.navigator.clipboard.writeText($el.href); $el.setAttribute('data-tooltip', 'Copied!'); setTimeout(() => $el.setAttribute('data-tooltip', 'Copy link to this element'), 2000)" aria-label="Copy link to this element" class="headerlink" data-tooltip="Copy link to this element" href="#visual-flag-marker" x-intersect.margin.0%.0%.-70%.0%="activeSection = '#visual-flag-marker'"><svgheight="1em" viewbox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><pathd="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"></path></svg></a></h3>
661
661
<p>When concerning signals are detected (disengagement present, stagnation
662
662
count > 2, any execution failure / loop, or overall quality <codeclass="docutils literal notranslate"><spanclass="pre">poor</span></code>/
663
-
<codeclass="docutils literal notranslate"><spanclass="pre">severe</span></code>), the marker <codeclass="docutils literal notranslate"><spanclass="pre">[!]</span></code> is appended to the span’s operation name.
663
+
<codeclass="docutils literal notranslate"><spanclass="pre">severe</span></code>), the marker 🚩 (U+1F6A9) is appended to the span’s operation
664
+
name.
664
665
This makes flagged sessions immediately visible in trace UIs without
665
666
requiring attribute filtering.</p>
666
667
</section>
@@ -677,7 +678,7 @@ <h3>Querying in Your Observability Platform<a @click.prevent="window.navigator.c
<p>When concerning signals are detected (disengagement, execution failures / loops, stagnation > 2, or <codeclass="docutils literal notranslate"><spanclass="pre">poor</span></code> / <codeclass="docutils literal notranslate"><spanclass="pre">severe</span></code> quality), Plano automatically appends a <codeclass="docutils literal notranslate"><spanclass="pre">[!]</span></code> marker to the span’s operation name. This makes problematic traces immediately visible in your tracing UI without requiring additional queries.</p>
265
+
<p>When concerning signals are detected (disengagement, execution failures / loops, stagnation > 2, or <codeclass="docutils literal notranslate"><spanclass="pre">poor</span></code> / <codeclass="docutils literal notranslate"><spanclass="pre">severe</span></code> quality), Plano automatically appends a 🚩 marker to the span’s operation name. This makes problematic traces immediately visible in your tracing UI without requiring additional queries.</p>
266
266
<p><strong>Example Span with Signals</strong>:</p>
When concerning signals are detected (disengagement, execution failures / loops, stagnation > 2, or poor / severe quality), Plano automatically appends a [!] marker to the span’s operation name. This makes problematic traces immediately visible in your tracing UI without requiring additional queries.
4923
+
When concerning signals are detected (disengagement, execution failures / loops, stagnation > 2, or poor / severe quality), Plano automatically appends a 🚩 marker to the span’s operation name. This makes problematic traces immediately visible in your tracing UI without requiring additional queries.
0 commit comments