Skip to content

Commit cd9cdfa

Browse files
committed
Insight steps
1 parent 01e9166 commit cd9cdfa

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

rca-demo/unstyled.html

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ <h2>Section 3: Orient to the RCA Workbench</h2>
8484
<span class="interactive-comment"><strong>Timeline tab</strong>: returns to the timeline-centric view.</span>
8585
Inspect the Timeline tab control.
8686
</li>
87-
88-
<li class="interactive"
89-
data-targetaction="highlight"
90-
data-reftarget="div[data-cy='wb-list-item']:first-child"
91-
data-requirements="exists-reftarget"
92-
data-doit="false">
93-
<span class="interactive-comment"><strong>KPI icon</strong>: opens a drawer with service/database KPIs, properties, traces, and logs.</span>
94-
Hover over the first service entry and click the KPI icon.
95-
</li>
9687
</ul>
9788
</span>
9889

@@ -102,16 +93,21 @@ <h2>Section 4: Investigate the Initial Change</h2>
10293
class="interactive"
10394
data-targetaction="sequence"
10495
data-reftarget="span#initial-change">
105-
<ul>
96+
<ul>
10697
<li class="interactive"
10798
data-targetaction="highlight"
108-
data-reftarget="div[data-intercom-target='wb-list'] > div.grid.wb-item"
109-
data-requirements="exists-reftarget"
110-
data-doit="false">
111-
<span class="interactive-comment">Highlight the first <strong>insight</strong> for the incident, e.g. <em>productCatalogReadFromPostgres</em> feature flag state change.</span>
112-
Examine the first insight.
99+
data-reftarget="div[data-cy='wb-list-item']:has(p:contains('flagd'))"
100+
data-requirements="exists-reftarget">
101+
Fully expand the first service entry named <b>flagd</b>, including all children.
102+
</li>
103+
104+
<li class="interactive"
105+
data-targetaction="highlight"
106+
data-reftarget="div[data-cy='wb-list-item']:has(p:contains('FeatureFlagStateChange'))"
107+
data-requirements="exists-reftarget">
108+
<span class="interactive-comment">This insight shows a feature flag state change which is likely the root cause of the incident.</span>
109+
Hover over the <b>FeatureFlagStateChange</b> entry, and then hover over the insight icon to reveal the insight.
113110
</li>
114-
<!-- NOTE: This opens the first drawer, assuming it is the right one... -->
115111
</ul>
116112
</span>
117113

0 commit comments

Comments
 (0)