From e18bcdfdcc87d3ae655cd621a2881a7edef33917 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 12 Feb 2018 02:22:12 +0200 Subject: [PATCH] use different HPA metrics --- README.md | 2 +- docs/2-autoscaling.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca0fffa..19b57ac 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,6 @@ Web API: ### Guides * [Deploy and upgrade with Helm](docs/1-deploy.md) -* [Horizontal Pod Auto-scaling with Prometheus](docs/2-autoscaling.md) +* [Horizontal Pod Auto-scaling](docs/2-autoscaling.md) * [Monitoring and alerting with Prometheus](docs/3-monitoring.md) diff --git a/docs/2-autoscaling.md b/docs/2-autoscaling.md index 1b07e20..0aa6295 100644 --- a/docs/2-autoscaling.md +++ b/docs/2-autoscaling.md @@ -57,8 +57,8 @@ Run load test: #install hey go get -u github.com/rakyll/hey -#do 1K requests rate limited at 20 QPS -hey -n 1000 -q 10 -c 2 -m POST -d "testing" http://:30098/backend +#do 10K requests rate limited at 100 QPS +hey -n 1000 -q 10 -c 10 -m POST -d "testing" http://:30098/backend ``` Delete the releases: