diff --git a/docs/05-go-client/21-worker-auto-scaling.md b/docs/05-go-client/21-worker-auto-scaling.md index 17bc87112..22fd41e49 100644 --- a/docs/05-go-client/21-worker-auto-scaling.md +++ b/docs/05-go-client/21-worker-auto-scaling.md @@ -18,6 +18,11 @@ The following Grafana dashboards demonstrate the CPU utilization issue that Auto ![Worker Instances](img/worker-instance-count.png) *Worker instance count fluctuations caused by CPU-based autoscaling decisions. Once the autoscaler is enabled, the instance count decreases 50%, saving on compute spend.* +### Golang Sample Demo + + + +>📚 **Interactive Learning Sample**: Try our [AutoScaler sample implementation](https://github.com/cadence-workflow/cadence-samples/tree/master/cmd/samples/advanced/autoscaling-monitoring) with built-in load generation, real-time metrics collection, and monitoring dashboards. Perfect for understanding how AutoScaler responds to different workload patterns and visualizing poller state changes in real-time. ## Overview ### What AutoScaler does