-
Notifications
You must be signed in to change notification settings - Fork 389
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
[datadog_synthetics_test] Add plain_proto_file and deprecate compressed_json_descriptor #2273
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.
A few very small suggestions for style. Thank you!
@@ -609,8 +609,9 @@ Optional: | |||
- `no_saving_response_body` (Boolean) Determines whether or not to save the response body. | |||
- `number_of_packets` (Number) Number of pings to use per test for ICMP tests (`subtype = "icmp"`) between 0 and 10. | |||
- `persist_cookies` (Boolean) Persist cookies across redirects. | |||
- `plain_proto_file` (String) The content of a proto file as a string |
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.
Add period at the end of this line for consistency
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.
I made another pr #2274 for these comment, feel free to give it a 👍
- `port` (Number) Port to use when performing the test. | ||
- `proto_json_descriptor` (String) A protobuf JSON descriptor. | ||
- `proto_json_descriptor` (String, Deprecated) A protobuf JSON descriptor. **Deprecated.** Use `plain_proto_file` instead |
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.
Add period at the end of this line for consistency
@@ -954,8 +955,9 @@ Optional: | |||
- `no_saving_response_body` (Boolean) Determines whether or not to save the response body. | |||
- `number_of_packets` (Number) Number of pings to use per test for ICMP tests (`subtype = "icmp"`) between 0 and 10. | |||
- `persist_cookies` (Boolean) Persist cookies across redirects. | |||
- `plain_proto_file` (String) The content of a proto file as a string |
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.
Add period
- `port` (Number) Port to use when performing the test. | ||
- `proto_json_descriptor` (String) A protobuf JSON descriptor. | ||
- `proto_json_descriptor` (String, Deprecated) A protobuf JSON descriptor. **Deprecated.** Use `plain_proto_file` instead |
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.
Add period
https://datadoghq.atlassian.net/browse/SYNTH-13170