docs: update datadog config recommendations

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2023-07-24 17:02:47 +02:00 committed by Aliaksandr Valialkin
parent 08e66885ab
commit 42af241d59
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 12 additions and 6 deletions

View file

@ -461,7 +461,7 @@ DD_DD_URL=http://victoriametrics:8428/datadog
_Choose correct URL for VictoriaMetrics [here](https://docs.victoriametrics.com/url-examples.html#datadog)._ _Choose correct URL for VictoriaMetrics [here](https://docs.victoriametrics.com/url-examples.html#datadog)._
To configure DataDog agent via [configuration file](https://docs.datadoghq.com/agent/guide/agent-configuration-files) To configure DataDog agent via [configuration file](https://github.com/DataDog/datadog-agent/blob/878600ef7a55c5ef0efb41ed0915f020cf7e3bd0/pkg/config/config_template.yaml#L33)
add the following line: add the following line:
<div class="with-copy" markdown="1"> <div class="with-copy" markdown="1">
@ -489,7 +489,8 @@ Run DataDog using the following ENV variable with VictoriaMetrics as additional
<div class="with-copy" markdown="1"> <div class="with-copy" markdown="1">
``` ```
DD_ADDITIONAL_ENDPOINTS='{\"http://victoriametrics:8428/datadog\"}' DD_ADDITIONAL_ENDPOINTS='{\"http://victoriametrics:8428/datadog\": [\"apikey\"]}'
``` ```
</div> </div>
@ -503,7 +504,9 @@ add the following line:
<div class="with-copy" markdown="1"> <div class="with-copy" markdown="1">
``` ```
additional_endpoints: http://victoriametrics:8428/datadog additional_endpoints:
"http://victoriametrics:8428/datadog":
- apikey
``` ```
</div> </div>

View file

@ -469,7 +469,7 @@ DD_DD_URL=http://victoriametrics:8428/datadog
_Choose correct URL for VictoriaMetrics [here](https://docs.victoriametrics.com/url-examples.html#datadog)._ _Choose correct URL for VictoriaMetrics [here](https://docs.victoriametrics.com/url-examples.html#datadog)._
To configure DataDog agent via [configuration file](https://docs.datadoghq.com/agent/guide/agent-configuration-files) To configure DataDog agent via [configuration file](https://github.com/DataDog/datadog-agent/blob/878600ef7a55c5ef0efb41ed0915f020cf7e3bd0/pkg/config/config_template.yaml#L33)
add the following line: add the following line:
<div class="with-copy" markdown="1"> <div class="with-copy" markdown="1">
@ -497,7 +497,8 @@ Run DataDog using the following ENV variable with VictoriaMetrics as additional
<div class="with-copy" markdown="1"> <div class="with-copy" markdown="1">
``` ```
DD_ADDITIONAL_ENDPOINTS='{\"http://victoriametrics:8428/datadog\"}' DD_ADDITIONAL_ENDPOINTS='{\"http://victoriametrics:8428/datadog\": [\"apikey\"]}'
``` ```
</div> </div>
@ -511,7 +512,9 @@ add the following line:
<div class="with-copy" markdown="1"> <div class="with-copy" markdown="1">
``` ```
additional_endpoints: http://victoriametrics:8428/datadog additional_endpoints:
"http://victoriametrics:8428/datadog":
- apikey
``` ```
</div> </div>