Jaeger S3 Plugin #2937
muhammadn
started this conversation in
Show and tell
Replies: 1 comment
-
We've got the plugin to work and it's shows up in Jaeger UI! 🎉 Code has been merged with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Community!
I am working on an S3 plugin for Jaeger which uses boltdb-shipper (basically Cortex to sync up the chunks while keeping indexes locally)
code here: https://github.com/muhammadn/jaeger-s3/tree/develop
The code is a WIP and i am hoping to get the community involved as this is quite heavy (especially working with Cortex and the boltdb-shipper). The boltdb-shipper is using code from loki codebase.
Also to run it, you will have to use my jaeger fork a very small change here:
https://github.com/muhammadn/jaeger/tree/develop
Beta Was this translation helpful? Give feedback.
All reactions