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

johanneswuerbach/jaeger-s3

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.