mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
docs: restructure autoscaling plugins menu (#10534)
* docs: restructure autoscaling plugins menu * docs: add autoscaling threshold strategy (#10535)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user