johanneswuerbach / jaeger-dynamodb

AWS DynamoDB storage plugin for Jaeger
MIT License
3 stars 0 forks source link

feat: compute dependencies #24

Closed johanneswuerbach closed 2 years ago

johanneswuerbach commented 2 years ago

Use a DynamoDB Stream to compute dependencies in the background and store call counts in hourly buckets.

The assumption is that span data arrives mostly ordered and a relatively large batch window and size will include mostly complete traces. If a trace isn't in this specific batch, it was already write and can be fetched. To validate this completely missing fetches and hit rate inside a batch will be exposed as metrics.

Missing