Skip to content

Commit

Permalink
DOCS-2581 Synthetic Metrics Edits (#11906)
Browse files Browse the repository at this point in the history
* DOCS-2581

Added a General test, Estimated usage, and multistep API tests section in the Synthetics Metrics page.

* SME Review #1

Co-authored-by: Beth G <[email protected]>

* Single Metric Logic

* Revert "Single Metric Logic"

This reverts commit f8fe233.

* Remove Change to Docker_Daemon.yaml

* Ruth's Build update to docker_daemon.yaml

* Single Metric Logic

This commit does not have changes to docker_daemon.yaml!

* Remove Extra Estimated Usage Metrics

* Revert "Remove Extra Estimated Usage Metrics"

This reverts commit a5cc573.

* Remove Extra Estimated Usage Metrics from General

* Doc Review #1

Co-authored-by: Beth G <[email protected]>

Co-authored-by: Beth G <[email protected]>
  • Loading branch information
alai97 and Beth G authored Oct 13, 2021
1 parent 03bf5b6 commit 4cadbb4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
35 changes: 27 additions & 8 deletions content/en/synthetics/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: Synthetic Metrics
kind: documentation
description: These metrics are generated by Synthetic Monitoring tests.
further_reading:
- link: "/synthetics/guide/api_test_timing_variations/"
tag: "Documentation"
text: "API Test Timings and Variations"
---

## Metrics
Expand All @@ -10,12 +14,22 @@ The following metrics are generated by Synthetic Monitoring tests.

Metrics starting with:

* `synthetics.test_runs` come from all your Synthetic tests
* `datadog.estimated_usage.synthetics.*` return relevant usage data from your Synthetic tests

Metrics starting with:

* `synthetics.api.*` come from your [API tests][1]
* `synthetics.http.*` come from your API [HTTP tests][2]
* `synthetics.ssl.*` come from your API [SSL tests][3]
* `synthetics.dns.*` come from your API [DNS tests][4]
* `synthetics.tcp.*` come from your API [TCP tests][5]
* `synthetics.browser.*` come from your [browser tests][6]
* `synthetics.http.*` come from your API [HTTP tests][2]
* `synthetics.ssl.*` come from your API [SSL tests][3]
* `synthetics.dns.*` come from your API [DNS tests][4]
* `synthetics.tcp.*` come from your API [TCP tests][5]
* `synthetics.icmp.*` come from your API [ICMP tests][6]
* `synthetics.browser.*` come from your [browser tests][7]

### General metrics

{{< get-metrics-from-git "synthetics" "synthetics.test_runs datadog.estimated_usage.synthetics" >}}

### API tests

Expand All @@ -41,16 +55,21 @@ Metrics starting with:

{{< get-metrics-from-git "synthetics" "synthetics.icmp" >}}

For more information on API test timings, read the guide on [API Test Timings and Variations][7].
For more information on API test timings, read the guide on [API Test Timings and Variations][8].

### Browser tests

{{< get-metrics-from-git "synthetics" "synthetics.browser" >}}

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}

[1]: /synthetics/api_tests/
[2]: /synthetics/api_tests/http_tests
[3]: /synthetics/api_tests/ssl_tests
[4]: /synthetics/api_tests/dns_tests
[5]: /synthetics/api_tests/tcp_tests
[6]: /synthetics/browser_tests/
[7]: /synthetics/guide/api_test_timing_variations/
[6]: /synthetics/api_tests/icmp_tests
[7]: /synthetics/browser_tests/
[8]: /synthetics/guide/api_test_timing_variations/
2 changes: 1 addition & 1 deletion data/integrations/docker_daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,4 +1093,4 @@ docker_daemon:
orientation: '0'
per_unit_name: ''
short_name: uptime
unit_name: second
unit_name: second

0 comments on commit 4cadbb4

Please sign in to comment.