-
Notifications
You must be signed in to change notification settings - Fork 379
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 support for grpc subtype #1500
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.
Leaving very nitpicky edit; approving so as not to block.
@@ -446,6 +446,7 @@ Optional: | |||
- `number_of_packets` (Number) Number of pings to use per test for ICMP tests (`subtype = "icmp"`) between 0 and 10. | |||
- `port` (Number) Port to use when performing the test. | |||
- `servername` (String) For SSL tests, it specifies on which server you want to initiate the TLS handshake, allowing the server to present one of multiple possible certificates on the same IP address and TCP port number. | |||
- `service` (String) For gRPC tests, service to target for healthcheck. |
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.
- `service` (String) For gRPC tests, service to target for healthcheck. | |
- `service` (String) For gRPC tests, service to target for health check. |
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 purposefully put healthcheck to match what we have in the UI. If we're to change that's a discussion I need to have with my PMs.
Thank you very much for the review! I will bring the question to my Product team!
@@ -732,6 +733,7 @@ Optional: | |||
- `number_of_packets` (Number) Number of pings to use per test for ICMP tests (`subtype = "icmp"`) between 0 and 10. | |||
- `port` (Number) Port to use when performing the test. | |||
- `servername` (String) For SSL tests, it specifies on which server you want to initiate the TLS handshake, allowing the server to present one of multiple possible certificates on the same IP address and TCP port number. | |||
- `service` (String) For gRPC tests, service to target for healthcheck. |
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.
- `service` (String) For gRPC tests, service to target for healthcheck. | |
- `service` (String) For gRPC tests, service to target for health check. |
No description provided.