jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
265 stars 340 forks source link

[Feature]: PVC backed Badger storage support for all-in-one chart #390

Closed thatsdone closed 5 months ago

thatsdone commented 2 years ago

Requirement

I would suggest to add badger storage support backed by PVC for helm chart (not operator). I think this is a similar suggestion with #132.

Problem

Currently, all-in-one deployment uses memory storage and trace date cannot survive between restart/recreate deployment. Even in early stage POC/research cases, this is inconvenient.

Proposal

I already have a somehow working POC code. If this suggestion is useful for the community, I will clean up my code and submit a PR.

What do you think about?

Masanori

Open questions

No response