Skip to content

Commit da1a05c

Browse files
committed
disruption: show localhost disruption on non-spyglass reports
1 parent 5aaf1bd commit da1a05c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2echart/non-spyglass-e2e-chart-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ <h5 class="modal-title">Resource</h5>
417417
if (eventInterval.message.reason !== "DisruptionBegan" && eventInterval.message.reason !== "DisruptionSamplerOutageBegan") {
418418
return false
419419
}
420-
if (eventInterval.source === "Disruption") {
420+
if (eventInterval.source === "Disruption" || eventInterval.source === "DisruptionLocalhost") {
421421
return true
422422
}
423423
if (eventInterval.locator.keys["namespace"] === "e2e-k8s-service-lb-available") {

test/extended/testdata/bindata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)