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

[datadog_synthetics_test] Add support for grpc subtype #1500

Merged
merged 3 commits into from
Jul 25, 2022

Conversation

AlaricCalmette
Copy link
Contributor

No description provided.

@AlaricCalmette AlaricCalmette requested a review from a team as a code owner July 22, 2022 14:58
Copy link

@cswatt cswatt left a 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.
Copy link

Choose a reason for hiding this comment

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

Suggested change
- `service` (String) For gRPC tests, service to target for healthcheck.
- `service` (String) For gRPC tests, service to target for health check.

Copy link
Contributor Author

@AlaricCalmette AlaricCalmette Jul 25, 2022

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.
Copy link

Choose a reason for hiding this comment

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

Suggested change
- `service` (String) For gRPC tests, service to target for healthcheck.
- `service` (String) For gRPC tests, service to target for health check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants