docs: restructure autoscaling plugins menu (#10534)

* docs: restructure autoscaling plugins menu

* docs: add autoscaling threshold strategy (#10535)
This commit is contained in:
Luiz Aoqui
2021-05-07 14:21:50 -04:00
committed by GitHub
parent 140e7b3aaa
commit 334de88582
23 changed files with 1064 additions and 788 deletions

View File

@@ -1541,24 +1541,94 @@
},
{
"title": "APM",
"path": "autoscaling/plugins/apm"
},
{
"title": "Strategy",
"path": "autoscaling/plugins/strategy"
},
{
"title": "Target",
"path": "autoscaling/plugins/target"
},
{
"title": "Community",
"routes": [
{
"title": "Overview",
"path": "autoscaling/plugins/external"
"path": "autoscaling/plugins/apm"
},
{
"title": "Datadog",
"path": "autoscaling/plugins/apm/datadog"
},
{
"title": "Nomad API",
"path": "autoscaling/plugins/apm/nomad"
},
{
"title": "Prometheus",
"path": "autoscaling/plugins/apm/prometheus"
}
]
},
{
"title": "Strategy",
"routes": [
{
"title": "Overview",
"path": "autoscaling/plugins/strategy"
},
{
"title": "Dynamic Application Sizing Average",
"path": "autoscaling/plugins/strategy/app-sizing-avg"
},
{
"title": "Dynamic Application Sizing Max",
"path": "autoscaling/plugins/strategy/app-sizing-max"
},
{
"title": "Dynamic Application Sizing Percentile",
"path": "autoscaling/plugins/strategy/app-sizing-percentile"
},
{
"title": "Fixed Value",
"path": "autoscaling/plugins/strategy/fixed-value"
},
{
"title": "Pass-Through",
"path": "autoscaling/plugins/strategy/pass-through"
},
{
"title": "Target Value",
"path": "autoscaling/plugins/strategy/target-value"
},
{
"title": "Threshold",
"path": "autoscaling/plugins/strategy/threshold"
}
]
},
{
"title": "Target",
"routes": [
{
"title": "Overview",
"path": "autoscaling/plugins/target"
},
{
"title": "Amazon Web Services Autoscaling Group",
"path": "autoscaling/plugins/target/aws-asg"
},
{
"title": "Azure Virtual Machine Scale Set",
"path": "autoscaling/plugins/target/azure-vmss"
},
{
"title": "Dynamic Application Sizing",
"path": "autoscaling/plugins/target/app-sizing-nomad"
},
{
"title": "Google Cloud Engine Managed Instance Group",
"path": "autoscaling/plugins/target/gce-mig"
},
{
"title": "Nomad Task Group",
"path": "autoscaling/plugins/target/nomad"
}
]
},
{
"title": "Community",
"path": "autoscaling/plugins/external"
}
]
},