Skip to content

Commit 002667d

Browse files
committed
xk6-disruptor: add sidebar link to the interactive demo
1 parent 4c00399 commit 002667d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/data/markdown/docs/40 xk6-disruptor/04 Examples/01 Inject Grpc faults into Service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Inject gRPC faults into Service'
3-
excerpt: ''
3+
excerpt: 'This example shows how to test the effect of faults injected in the gRPC requests served by a service.'
44
---
55

66
This example shows a way to use the [ServiceDisruptor](/javascript-api/xk6-disruptor/api/servicedisruptor) to test the effect of faults injected in the gRPC requests served by a service.

src/data/markdown/docs/40 xk6-disruptor/04 Examples/02 Inject HTTP faults into Pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Inject HTTP faults into Pod'
3-
excerpt: ''
3+
excerpt: 'This example shows how to test the effect of faults injected in the HTTP requests served by a pod.'
44
---
55

66
This example shows how [PodDisruptor](/javascript-api/xk6-disruptor/api/poddisruptor) can be used for testing the effect of faults injected in the HTTP requests served by a pod.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: 'Interactive demo'
3+
redirect: 'https://killercoda.com/grafana-xk6-disruptor/scenario/killercoda'
4+
---

0 commit comments

Comments
 (0)