Steadybit logoResilience Hub
Try SteadybitGitHub icon
Steadybit logoResilience Hub

Monitor Status

Check

Check

Collects information about the monitor status and optionally verifies that the monitor has an expected status.
Targets:
Datadog monitors
Install now

Monitor Status

Collects information about the monitor status and optionally verifies that the monitor has an expected status.
Check

Check

Targets:
Datadog monitors
Install now

Monitor Status

Check

Check

Collects information about the monitor status and optionally verifies that the monitor has an expected status.
Targets:
Datadog monitors
Install now

Monitor Status

Collects information about the monitor status and optionally verifies that the monitor has an expected status.
Check

Check

Targets:
Datadog monitors
Install now
Go back to list
YouTube content is not loaded by default for privacy reasons.
The status check within the experiment editor.The status check within the experiment editor.
The run log showing that an experiment failed because of an unexpected monitor status.The run log showing that an experiment failed because of an unexpected monitor status.
Part of the run view is a visualization of the monitor status over time.Part of the run view is a visualization of the monitor status over time.
Events are reported to Datadog to indicate when a chaos engineering experiment executed.Events are reported to Datadog to indicate when a chaos engineering experiment executed.
A Steadybit Datadog integration exists, adding dashboard templates.A Steadybit Datadog integration exists, adding dashboard templates.
Experiment execution result dashboard within Datadog.Experiment execution result dashboard within Datadog.

Introduction

The monitor status check step can be dragged&dropped into the experiment editor. Once done, you can use it to collect information about the state of the Datadog monitors and, optionally, to verify that they are within the expected status.

Experiments can be aborted and marked as failed when the Datadog monitor status check's actual state diverges from the expected state. This helps implement pre-/post-conditions and invariants. For example, to only start an experiment when the system is healthy.

At last, to help you understand the monitors' status and how they evolved, the run view also contains a status visualization. Through this visualization, you can see what states the Datadog monitors had throughout the experiment execution.

Use Cases

  • Pre-/postcondition or invariant for any experiment.
  • Verify that alerts are triggered during incidents.

Parameters

ParameterDescriptionDefault
DurationHow long should the status of the monitor be checked30s
Expected StatusThe expected state of the monitor. One of Ok, Alert, Warn, No Data, Unknown, Skipped, Ignored.

Installation

To install the chart with the name steadybit-extension-datadog. To learn more about the supported values for datadog.siteParameter and datadog.siteUrl, please see Datadog's site documentation page. You may alternatively decide to configure the datadog.* values through a pre-existing secret. See the documentation for datadog.existingSecret to learn more.

copy the code
helm repo add steadybit https://steadybit.github.io/helm-charts
helm repo update
helm upgrade steadybit-extension-datadog \
--install \
--wait \
--timeout 5m0s \
--create-namespace \
--namespace steadybit-extension \
--set datadog.apiKey="{{API_KEY}}" \
--set datadog.applicationKey="{{APPLICATION_KEY}}" \
--set datadog.siteParameter="{{SITE_PARAMETER}}" \
--set datadog.siteUrl="{{SITE_URL}}" \
steadybit/steadybit-extension-datadog

You may alternatively start the Docker container manually. To learn more about the supported values for STEADYBIT_EXTENSION_SITE_PARAMETER and STEADYBIT_EXTENSION_SITE_URL, please see Datadog's site documentation page.

copy the code
docker run \
--env STEADYBIT_LOG_LEVEL=info \
--env STEADYBIT_EXTENSION_API_KEY="{{API_KEY}}" \
--env STEADYBIT_EXTENSION_APPLICATION_KEY="{{APPLICATION_KEY}}" \
--env STEADYBIT_EXTENSION_SITE_PARAMETER="{{SITE_PARAMETER}}" \
--env STEADYBIT_EXTENSION_SITE_URL="{{SITE_URL}}" \
--expose 8090 \
steadybit/extension-datadog:latest
Statistics
-Downloads
-Stars
Tags
datadog
monitors
check
observability
monitoring
Homepage
github.com/steadybit/extension-datadog
License
MIT
MaintainerSteadybit
Start using Steadybit for free

Steadybit is free for personal use. Start your journey towards reliability!

Are you unsure where to begin?

No worries, our reliability experts are here to help: book a demo with them!

Steadybit logoResilience Hub
Try Steadybit
HubActionsTargetsExtensionsRecipes
© 2023 Steadybit GmbH. All rights reserved.
Twitter iconLinkedIn iconGitHub icon