Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

johanneswuerbach/jaeger-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

147bc40 · Jan 15, 2024
Nov 20, 2023
Aug 9, 2023
Aug 9, 2023
Mar 1, 2022
Jan 23, 2022
Feb 18, 2022
Nov 6, 2023
Jan 23, 2022
Sep 19, 2022
Jan 15, 2024
Feb 18, 2022
Nov 13, 2023
Nov 13, 2023
Jul 21, 2022
Mar 30, 2022

Repository files navigation

jaeger-s3


⚠️ This project is no longer actively maintained. ⚠️


jaeger-s3 is gRPC storage plugin for Jaeger, which uses Amazon S3 to store spans. Amazon Athena is used to query the stored spans by the plugin and can be also used for further analytical queries. The primary goal of this plugin is to provide a mostly maintenance free, pay-as-you-go solution for AWS where you don't need to think about server sizing or software updates.

Setup

Development

Use make lint and make test to check the code style and to run unit tests. make test-jaeger-grpc-integration allows to run end-to-end tests using real AWS services, but currently uses hardcoded bucket names.