Skip to content

Conversation

ArturSantosTD
Copy link
Contributor

Description

Adding a feature - On mongodbatlas receiver, allow the use of cloud.mongodbgov.com instead of only the default cloud.mongodb.com, adding a new config

Documentation

Update mongodbatlas documentation to reflect new config setting

@ArturSantosTD ArturSantosTD requested a review from a team as a code owner April 11, 2025 16:34
@ArturSantosTD ArturSantosTD requested a review from ChrsMark April 11, 2025 16:34
Copy link

linux-foundation-easycla bot commented Apr 11, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@atoulme
Copy link
Contributor

atoulme commented Apr 11, 2025

Please add a changelog by typing make chlog-new and following the prompts.

Copy link
Contributor

@edmocosta edmocosta left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution, @ArturSantosTD. I've left a few suggestions for your consideration.

@ArturSantosTD ArturSantosTD requested a review from edmocosta April 14, 2025 16:53
Copy link
Contributor

@edmocosta edmocosta left a comment

Choose a reason for hiding this comment

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

LGTM! @schmikei, your review would be appreciated. Thanks!

Copy link
Contributor

@schmikei schmikei left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

My biggest suggestion is making baseURL defined as a default parameter rather than optional.

Please also apply @edmocosta's suggestions on error handling in tests.

@ArturSantosTD ArturSantosTD requested a review from schmikei April 18, 2025 04:15
Copy link
Contributor

@schmikei schmikei left a comment

Choose a reason for hiding this comment

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

Overall looks good to me just one more thing with the responsibility of Validate should not modify the underlying struct.

Copy link
Member

@ChrsMark ChrsMark left a comment

Choose a reason for hiding this comment

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

LGTM

@ChrsMark
Copy link
Member

@schmikei please take another look when you get the chance so we can proceed with this one.