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

feat(synthetics): Added support for Synthetics Multi Browser, Multi Devices attributes in few synthetics APIs #1198

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

shashank-reddy-nr
Copy link
Contributor

@shashank-reddy-nr shashank-reddy-nr commented Jul 31, 2024

Background

Recently, Synthetics added a new feature for scripted, step, and simple browser monitors to support multiple browsers and devices, allowing users to choose from various options when running monitors. Until now, we only had the option of choosing one device combination. As per customer requests and Synthetics' requirements to support the same multi-browser/devices functionality in Terraform, So, support terraform changes we need changes in client-go as well. So, made below changes to support this.

Changes

1: Ran tutone and generated synthetics package, which brought browsers, devices fileds.
2: Added integration test cases to validate browsers, devices fields.
3: Sross checked the changes tutone brought in and tested the changes related to these fields along with integration test cases as well.

@shashank-reddy-nr shashank-reddy-nr changed the title Nr 293403 feat(synthetics): Added support for Synthetics Multi Browser, Multi Devices attributes in few synthetics APIs Jul 31, 2024
@shashank-reddy-nr shashank-reddy-nr added the enhancement New feature or request label Jul 31, 2024
@shashank-reddy-nr shashank-reddy-nr marked this pull request as ready for review September 10, 2024 07:47
@pranav-new-relic
Copy link
Member

image

LGTM

@pranav-new-relic pranav-new-relic merged commit cbda5e9 into main Sep 10, 2024
13 of 14 checks passed
@pranav-new-relic pranav-new-relic deleted the NR-293403 branch September 10, 2024 11:12
@pranav-new-relic
Copy link
Member

pranav-new-relic commented Sep 10, 2024

we might need to convert the []s to *[]s later on probably, when the API supports accepting an empty list (to remove browsers and devices)

@shashank-reddy-nr
Copy link
Contributor Author

Agree, we will do this whenever required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants