Use badger as storage backend for tracing #31
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-dev-env#31
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-dev-env:feat/jeager-badger"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
subj
08bf01ffc4
to26e290efcb
By default jaeger stores tracing data in memory?
Maybe we want to store jaeger data in persistent volume for debugging?
Yes, all-in-one container uses memory as storage backend.
Badger is DB engine (like Bolt), so it is persistent storage. Tracing data will be stored on Docker volume and will be available after container restart.