mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
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>
This commit is contained in:
committed by
GitHub
parent
8e6b2e1b63
commit
0a84587c65
@@ -18,6 +18,7 @@ apm "datadog" {
|
||||
config = {
|
||||
dd_api_key = "<api key>"
|
||||
dd_app_key = "<app key>"
|
||||
dd_api_rate_per_second = "200"
|
||||
|
||||
site = "datadoghq.eu"
|
||||
}
|
||||
@@ -30,6 +31,9 @@ apm "datadog" {
|
||||
- `dd_app_key` `(string: <required>)` - The Datadog application key to use for
|
||||
authentication.
|
||||
|
||||
- `dd_api_rate_per_second` `(string: "")` - Maximum rate limit to apply to the
|
||||
underlying HTTP client used to query the Datadog API.
|
||||
|
||||
- `site` `(string: "datadoghq.com")` - The Datadog site to connect to.
|
||||
|
||||
The Datadog plugin can also read its configuration options via environment
|
||||
|
||||
Reference in New Issue
Block a user