From 712e891276a035bb4881d84f04f3d85095edbcd6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 06:17:58 +0000 Subject: [PATCH 1/2] Initial plan From 5348915dc1b712ae3d6f67a7e56df3a7578b2ab0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 06:21:39 +0000 Subject: [PATCH 2/2] docs: fix lint issues and add blog link to distributed canaries Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com> --- canary-checker/docs/concepts/distributed-canaries.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/canary-checker/docs/concepts/distributed-canaries.md b/canary-checker/docs/concepts/distributed-canaries.md index 5bb928b8..9697a842 100644 --- a/canary-checker/docs/concepts/distributed-canaries.md +++ b/canary-checker/docs/concepts/distributed-canaries.md @@ -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