Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS-9044] enforcing monitor tags on synthetic tests #25649

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions content/en/synthetics/platform/settings/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,23 @@

### Enforced tags settings

On the Usage Attribution page, you can configure up to three tags by which to break down cost and usage attributes. Select **Enforce tags for usage attribution on all tests** to require that users enter all configured Usage Attribution tags when creating or editing Synthetic tests. With this setting enabled, users cannot save tests without entering all required tags.
Enforce tags for **usage attribution** on all tests:
aliciascott marked this conversation as resolved.
Show resolved Hide resolved

* On the Usage Attribution page, you can configure up to three tags by which to break down cost and usage attributes. Select **Enforce tags for usage attribution on all tests** to require that users enter all configured Usage Attribution tags when creating or editing Synthetic tests. With this setting enabled, users cannot save tests without entering all required tags.

Enforce required **monitor tag policies** on all tests:
aliciascott marked this conversation as resolved.
Show resolved Hide resolved

* On the [Synthetic Monitoring and Testings settings][20] page, select **Enforce required monitor tag policies on all tests** to require that users who set monitor tag policies will now have those tags enforced on Synthetic tests. With this setting enabled, users cannot save tests without entering all required tags.

Check warning on line 56 in content/en/synthetics/platform/settings/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.

Check warning on line 56 in content/en/synthetics/platform/settings/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.
aliciascott marked this conversation as resolved.
Show resolved Hide resolved

</br>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</br>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be preventing the numbered list below from being indented (which it looks like it's intended to be).

If that's not the intended effect, I think you can update your </br> tag to just <br> or <br/>, as it's a self-closing tag.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @buraizu ! Took a bit of fiddling but I think I got it now, can you re-review ?

1. Configure monitor tags on the [**Monitors** > **Settings** > **Policies** page][21]:

{{< img src="synthetics/settings/monitor_tag_policy.png" alt="Monitor Settings page, showing monitor policy tags that are configured" style="width:80%;">}}

2. Create a new Synthetic browser test, and add the required policy tags:

Check warning on line 64 in content/en/synthetics/platform/settings/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'Create a' or 'Create an' instead of 'Create a new'.
aliciascott marked this conversation as resolved.
Show resolved Hide resolved

{{< img src="synthetics/settings/monitor_tags.png" alt="New Synthetics test page, highlighting Policy tags feature" style="width:80%;">}}

### Default locations

Expand Down Expand Up @@ -308,4 +324,6 @@
[16]: /synthetics/browser_tests/actions/#use-variables
[17]: /mobile_app_testing/mobile_app_tests/
[18]: /mobile_app_testing/settings/
[19]: /mobile_app_testing/mobile_app_tests/#use-global-variables
[19]: /mobile_app_testing/mobile_app_tests/#use-global-variables
[20]: https://app.datadoghq.com/synthetics/settings/default
[21]: https://app.datadoghq.com/monitors/settings/policies
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading