litmus-docs/website/docs/user-guides/create-resilience-probe.md

1.7 KiB

id title sidebar_label
create-resilience-probe Create a Resilience Probe Create a Resilience Probe

Before you begin

You can learn about the concept of resilience probes here and chaos experiments here. For this user guide, we will use a HTTP probe.

1. Go to the Resilience Probes section

Navigate to the /probes page (Resilience Probes on the left nav), and click on the New Probe button.

<img src={require('../assets/user-guides/resilience-probes/create-probe/step-1.png').default} />

2. Select the type of probe

Select and click on the type of probe you would like to create, you can read about the available probe types here.

<img src={require('../assets/user-guides/resilience-probes/create-probe/step-2.png').default} />

3. Enter the details of the probe to create

Enter the details of the probe such as name, description (optional), tags (optional).

<img src={require('../assets/user-guides/resilience-probes/create-probe/step-3.png').default} />

4. Configure the probe properties

Configure the properties for the probe you are creating, such as, Timeout, Interval, Retry, etc.

<img src={require('../assets/user-guides/resilience-probes/create-probe/step-4.png').default} />

5. Configure the probe details

Configure the details for the probe you are creating. Once completed, click the Setup Probe button.

<img src={require('../assets/user-guides/resilience-probes/create-probe/step-5.png').default} />

The new probe will appear in the list as shown:

<img src={require('../assets/user-guides/resilience-probes/create-probe/step-6.png').default} />