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

Add support for MongoDB direct connection #35427

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

sebikul
Copy link
Contributor

@sebikul sebikul commented Sep 25, 2024

Introduced DirectConnection configuration option to enable direct connection settings in the MongoDB receiver. This allows users to specify whether to connect directly to a MongoDB server instance.

This is needed when working with the mongodb/mongodb-atlas-local docker image [0] for local Atlas Search development.

[0] https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/

@sebikul sebikul requested review from djaglowski and a team as code owners September 25, 2024 21:40
Copy link

linux-foundation-easycla bot commented Sep 25, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: sebikul / name: Sebastian Kulesz (769beb3)

@github-actions github-actions bot requested a review from schmikei September 25, 2024 21:41
@sebikul sebikul force-pushed the add/mongodb-direct-connect branch 2 times, most recently from cc5ffa9 to 0a99d79 Compare September 26, 2024 02:38
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Oct 10, 2024
Copy link
Member

@djaglowski djaglowski left a comment

Choose a reason for hiding this comment

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

@sebikul sebikul force-pushed the add/mongodb-direct-connect branch from b4fd38f to 60f626d Compare October 10, 2024 15:14
Introduced `DirectConnection` configuration option to enable direct connection settings in the MongoDB receiver. This allows users to specify whether to connect directly to a MongoDB server instance.

This is needed when working with the `mongodb/mongodb-atlas-local` docker image [0] for local Atlas Search development.

[0] https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/
@sebikul sebikul force-pushed the add/mongodb-direct-connect branch from 60f626d to 769beb3 Compare October 10, 2024 15:15
@sebikul
Copy link
Contributor Author

sebikul commented Oct 10, 2024

Please add a changelog entry.

@djaglowski I was missing the PR number, it should all be in order now. But if I'm missing anything else, please let me know. Thanks for the support!

@github-actions github-actions bot removed the Stale label Oct 11, 2024
@djaglowski djaglowski merged commit d889e67 into open-telemetry:main Oct 11, 2024
158 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 11, 2024
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
Introduced `DirectConnection` configuration option to enable direct
connection settings in the MongoDB receiver. This allows users to
specify whether to connect directly to a MongoDB server instance.

This is needed when working with the `mongodb/mongodb-atlas-local`
docker image [0] for local Atlas Search development.

[0]
https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/
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