Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion canary-checker/docs/concepts/distributed-canaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ sidebar_position: 6
Distributed canaries allow you to define a check once and have it automatically run on multiple agents. This is useful for monitoring services from different locations, clusters, or network segments.

:::info
This feature is only available in [Mission Control](https://flanksource.com/docs) since Canary Checker does not support agents
This feature is only available in [Mission Control](https://flanksource.com/docs) since Canary Checker does not support agents
:::

:::tip
For a step-by-step tutorial and real-world examples, see the [Distributed Canaries blog post](/blog/distributed-canaries-tutorial).
:::

## How It Works
Expand Down
Loading