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

[Feature]: Support MongoDB as a storage backend #4712

Closed
ghost opened this issue Sep 1, 2023 · 5 comments
Closed

[Feature]: Support MongoDB as a storage backend #4712

ghost opened this issue Sep 1, 2023 · 5 comments

Comments

@ghost
Copy link

ghost commented Sep 1, 2023

Requirement

We use MongoDB in our services and It'd be really neat to have MongoDB integrated as a supported storage backend.

Problem

Choosing other storage backends will add unnecessary complexity to applications by requiring of administrating additional databases just for the sake of storing traces.

Proposal

Add MongoDB as a supported storage backend. MongoDB supports TTL indexes and doesn't require a schema, integration with it can be easy and seamless!

Open questions

In the meantime, what can one do store traces in a MongoDB database?

@ghost ghost added the enhancement label Sep 1, 2023
@jkowall
Copy link
Contributor

jkowall commented Sep 1, 2023

MongoDB is proprietary and not open source. If someone wants to contribute it, they are more than welcome to, but it will not be an officially supported backend. Are you suggesting to work on this @Linker-123 ?

@ghost
Copy link
Author

ghost commented Sep 1, 2023

@jkowall Elastic search isn't open source either, jaeger supports it officially.

@yurishkuro
Copy link
Member

Our investment in Elasticsearch predates its license change.

I added this issue to the overall storage backend tracker. Just like with many other storage backends, we are happy to point people to community-supported versions if someone wish to develop them, but we have no plans to support MongoDB as an official backend for Jaeger.

@yurishkuro
Copy link
Member

This is not something that we're going to work on, so closing it. If someone implements a plugin solution please post here and we can include in the overall list.

@raul-guerrero
Copy link

raul-guerrero commented Jan 7, 2025

has anyone seen this? https://github.com/mongodb-labs/jaeger-mongodb

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

No branches or pull requests

3 participants