Back to Influxdb

Scaling Strategy

layouts/shortcodes/html-diagram/scaling-strategy.html

latest192 B
Original Source

{{ $strategy := .Get 0 | default "vertical" }}

{{ if eq $strategy "vertical" }}

{{ else if eq $strategy "horizontal" }}

{{ else }}

Unknown scaling strategy, "{{$strategy}}".

{{ end }}