How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Canary Overview

calendar_today January 1, 2001 domain spinnaker

Canary is a deployment process in which a change is partially rolled out, then evaluated against the current deployment (baseline) to ensure that the new deployment is operating at least as well as the old. This evaluation is done using key metrics that are chosen when the canary is configured. Canaries are usually run against deployments containing changes to code, but they can also be used for operational changes, including changes to configuration.

open_in_new Read original post