Skip to content

Commit a19a25a

Browse files
committed
Rename article URL
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 436bee8 commit a19a25a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_posts/2024-08-22-custom-function-scaling.md renamed to _posts/2024-08-22-custom-metrics-scaling.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ One approach such as RPS or Capacity may yield good results with many types of f
2828

2929
Look out for how latency is affected during peak times, which HTTP status codes you receive, and don't rule out invoking functions asynchronously, to defer and buffer the work.
3030

31+
To learn more about the built-in scaling options, see: [Docs: Auto-scaling your functions](https://docs.openfaas.com/architecture/autoscaling/)
32+
3133
## Overview - How scaling on custom metrics works
3234

3335
With the current design of the OpenFaaS Autoscaler, you need to do three things:
@@ -376,4 +378,8 @@ In part one we also introduced the stable window for scaling down, which can be
376378

377379
OpenFaaS customers can reach out to us at any time via email for help and advice on autoscaling and general configuration of the platform. We also have a [weekly call](https://docs.openfaas.com/community/) that is free to attend, where you'll get to speak to other customers, share experiences, suggest improvements, and ask questions.
378380

379-
See also: [On Autoscaling - What Goes Up Must Come Down](/blog/what-goes-up-must-come-down/)
381+
See also:
382+
383+
* [On Autoscaling - What Goes Up Must Come Down](/blog/what-goes-up-must-come-down/)
384+
* [Docs: Scale to zero](https://docs.openfaas.com/openfaas-pro/scale-to-zero/)
385+
* [Docs: Grafana metrics & monitoring](https://docs.openfaas.com/openfaas-pro/grafana-dashboards/)

0 commit comments

Comments
 (0)