Juana De La Cuesta
0a84587c65
Add the data dog rate limiter to the autoscaler docs ( #26130 )
...
* func: add documentation for the data dog rate limiter
* Update datadog.mdx
* Update website/content/tools/autoscaling/plugins/apm/datadog.mdx
Co-authored-by: Aimee Ukasick <aimee.ukasick@hashicorp.com >
* Update website/content/tools/autoscaling/plugins/apm/datadog.mdx
Co-authored-by: Tim Gross <tgross@hashicorp.com >
---------
Co-authored-by: Aimee Ukasick <aimee.ukasick@hashicorp.com >
Co-authored-by: Tim Gross <tgross@hashicorp.com >
2025-06-26 12:51:12 +02:00
Aimee Ukasick
1065769f1e
Docs: fix typo in lower_bound ( #24731 )
...
reported via Slack
2024-12-19 13:31:37 -06:00
Adrian Todorov
3f2729f7f5
remove mentions of old versions of Nomad in various docs ( #23567 )
2024-07-12 11:01:32 -04:00
Julien Castets
9b5eb26c83
doc nomad-autoscaler: add options for pass-through strategy ( #20284 )
2024-04-04 10:54:34 -04:00
Julien Castets
61941d8204
docs: autoscaler doc for max_scale_up and max_scale_down of target-value strategy ( #19945 )
...
See https://github.com/hashicorp/nomad-autoscaler/pull/848
2024-02-13 07:38:39 +00:00
Luiz Aoqui
cd8a03431c
docs: add scale_in_protection to AWS Autoscaler ( #19546 )
...
Document new `scale_in_protection` configuration of the AWS ASG
Autoscaler target plugin.
2024-01-02 14:48:56 -05:00
Luiz Aoqui
7eecca65ec
docs: add autoscaler AWS retry_attempts config ( #19549 )
...
Document the Nomad Autoscaler AWS target plugin config `retry_attempts`.
2024-01-02 14:08:10 -05:00
Luiz Aoqui
1694e69b77
docs: clarify the behaviour of lower_bound and upper_bound ( #19552 )
2024-01-02 14:06:07 -05:00
Luiz Aoqui
09731442e4
docs: add node_pool autoscaler node selector ( #19548 )
...
Document the `node_pool` node selector configuration.
2024-01-02 10:19:58 -05:00
Seth Hoenig
5f3aae7340
website: fix spellcheck path and cleanup some misspellings ( #19238 )
2023-11-30 09:38:19 -06:00
wrli20
0329393a28
docs: fix link to alicloud autoscaler plugin ( #18495 )
2023-09-14 09:23:58 -04:00
wrli20
46e72aa8d5
add new target plugin for aliyun ( #18473 )
2023-09-13 13:39:35 +01:00
János Szathmáry
1e9ccc3ed8
feat: improve policy documentation for "query_window" property ( #17929 )
2023-08-18 17:43:23 -04:00
János Szathmáry
e53955bccc
fix allowed metric values documentation for the Nomad APM plugin ( #17928 )
2023-07-13 18:25:40 -04:00
Piotr Kazmierczak
949a6f60c7
renamed stanza to block for consistency with other projects ( #15941 )
2023-01-30 15:48:43 +01:00
Ashlee M Boyer
3444ece549
docs: Migrate link formats ( #15779 )
...
* Adding check-legacy-links-format workflow
* Adding test-link-rewrites workflow
* chore: updates link checker workflow hash
* Migrating links to new format
Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com >
2023-01-25 09:31:14 -08:00
Luiz Aoqui
bdf2085099
docs: clarify autoscaling factor and threshold for target-value plugin ( #15418 )
2022-11-30 10:56:16 -05:00
Luiz Aoqui
329807bd7f
docs: add cpu-allocated and memory-allocated ( #15299 )
...
Document the Autoscaler Nomad APM paramemeters `cpu-allocated` and
`memory-allocated` that were implemented in
https://github.com/hashicorp/nomad-autoscaler/pull/324 and
https://github.com/hashicorp/nomad-autoscaler/pull/334
2022-11-18 10:55:17 -05:00
Luiz Aoqui
f2318ed2ec
docs: use of node_class when autoscaling ( #14950 )
...
Document how the value of `node_class` is used during cluster scaling.
https://github.com/hashicorp/nomad-autoscaler/issues/255
2022-10-21 10:35:45 -04:00
Luiz Aoqui
56816f2f93
docs: expand Autoscaling documentation ( #14937 )
...
Rename `Internals` section to `Concepts` to match core docs structure
and expand on how policies are evaluated.
Also include missing documentation for check grouping and fix examples
to use the new feature.
2022-10-19 17:57:08 -04:00
Luiz Aoqui
876ea90075
docs: explain autoscaler target-value strategy ( #14951 )
...
Provide more technical details about how the `target-value` strategy
calculates new scaling actions.
2022-10-19 14:16:17 -04:00
Bryce Kalow
67d39725b1
website: content updates for developer ( #14473 )
...
Co-authored-by: Geoffrey Grosenbach <26+topfunky@users.noreply.github.com >
Co-authored-by: Anthony <russo555@gmail.com >
Co-authored-by: Ashlee Boyer <ashlee.boyer@hashicorp.com >
Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com >
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com >
Co-authored-by: Kevin Wang <kwangsan@gmail.com >
2022-09-16 10:38:39 -05:00
Kyle Rarey
b8c872fd49
docs: Correct driver name for 'Nomad Task Group' autoscaler target ( #14576 )
2022-09-14 09:40:00 +02:00
Mike Nomitch
24bd3378fe
Add notes about DAS being prometheus only ( #14040 )
2022-08-15 10:17:31 +02:00
Luiz Aoqui
208b682211
docs: update Autoscaler AWS plugin with new ws_credential_provider config ( #13779 )
2022-07-19 10:27:55 -04:00
Adrián López
1ad08c2eed
Update autoscaler AWS ASG target docs: AWS keypair can be empty ( #11977 )
2022-02-18 17:29:19 -05:00
James Rasell
36cc17024c
docs: add autoscaler hcloud target plugin link. ( #12087 )
2022-02-18 17:28:38 -05:00
Luiz Aoqui
1344906f10
docs: fix autoscaling Datadog site configuration ( #11824 )
2022-01-12 21:06:30 -05:00
Kevin Wang
ddca508b0d
feat(website): extract /plugins /tools docs ( #11584 )
...
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com >
Co-authored-by: Mike Nomitch <mnomitch@hashicorp.com >
2021-12-09 14:25:18 -05:00