shinobistack / waymond

Autoscale Anything Anywhere All at once! :eyes:
https://shinobistack.github.io/waymond
Apache License 2.0
17 stars 3 forks source link

feat(scaler): add noop scaler #16

Closed scriptnull closed 1 year ago

scriptnull commented 1 year ago

Doing this to unblock #5

No-op

No-op stands for "No operation". No-op scaler is used for debugging purposes. It doesn't do anything other than logging the event data received from the triggers connected to it.

Configuration

[[scaler]]
type = "noop"
id = "<choose a name>"

Refer docs file for more info.