-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Enhance synthetics to accept Datadog API output of test definitions #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bridgecrew has found errors in this PR ⬇️
/terratest |
/terratest |
/terratest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grammar nitpicks. otherwise, LGTM
(Note that some items in the response are read-only, and are ignored if included | ||
in the definition of a test.) There are errors and omissions in the documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Note that some items in the response are read-only, and are ignored if included | |
in the definition of a test.) There are errors and omissions in the documentation | |
(Note that some items in the response are read-only and are ignored if included | |
in the definition of a test.) There are errors and omissions in the documentation |
This is a known issue with Datadog, and hopefully will be fixed soon, but verify that it is fixed before | ||
relying on the list of all tests if you are using multistep browser tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a known issue with Datadog, and hopefully will be fixed soon, but verify that it is fixed before | |
relying on the list of all tests if you are using multistep browser tests. | |
This is a known issue with Datadog and hopefully will be fixed soon, but verify that it is fixed before | |
relying on the list of all tests if you are using multistep browser tests. |
|
||
variable "default_tags_enabled" { | ||
type = bool | ||
description = "If true, all tests will have tags from `null-label` added to them" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description = "If true, all tests will have tags from `null-label` added to them" | |
description = "If `true`, all tests will have tags from `null-label` added to them" |
what
synthetics
module:null-label
tags optionalwhy
references