Skip to content

Commit 309acce

Browse files
authored
Merge pull request DataDog#10413 from DataDog/morgan.lupton/add-synthetics-pl-endpoints
Morgan.lupton/add synthetics pl endpoints
2 parents cce4d66 + 2502596 commit 309acce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/en/agent/guide/network.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ further_reading:
3434
- `lambda-tcp-encrypted-intake.logs.`{{< region-param key="dd_site" code="true" >}}
3535
- `gcp-encrypted-intake.logs.`{{< region-param key="dd_site" code="true" >}}
3636
- `http-encrypted-intake.logs.`{{< region-param key="dd_site" code="true" >}}
37+
- [Synthetics private location][11] workers rely on the endpoints below to submit test results:
38+
- `intake.synthetics.datadoghq.com` for sending API test results from worker versions >0.1.6. For worker versions >=1.5.0 this is the only endpoint you need to configure.
39+
- `intake-v2.synthetics.datadoghq.com` for sending browser test results for worker versions >0.2.0
40+
- `api.datadoghq.com` for sending API test results from older worker versions <0.1.5
41+
3742
- All other Agent data:
3843
- **Agents < 5.2.0** `app.`{{< region-param key="dd_site" code="true" >}}
3944
- **Agents >= 5.2.0** `<VERSION>-app.agent.`{{< region-param key="dd_site" code="true" >}}
@@ -45,6 +50,7 @@ Since v6.1.0, the Agent also queries Datadog's API to provide non-critical funct
4550
- **Agent >= 7.18.0/6.18.0** `api.`{{< region-param key="dd_site" code="true" >}}
4651
- **Agent < 7.18.0/6.18.0** `app.`{{< region-param key="dd_site" code="true" >}}
4752

53+
4854
All of these domains are **CNAME** records pointing to a set of static IP addresses. These addresses can be found at `https://ip-ranges.`{{< region-param key="dd_site" code="true" >}}.
4955

5056
The information is structured as JSON following this schema:
@@ -172,3 +178,4 @@ To avoid running out of storage space, the Agent stores the metrics on disk only
172178
[8]: /security/logs/#hipaa-enabled-customers
173179
[9]: /agent/proxy/
174180
[10]: /tracing/profiler/
181+
[11]: /synthetics/private_locations

0 commit comments

Comments
 (0)