Compressed spans
- Dominant language
- Gherkin
- Stars
- 427
- Forks
- 125
- PR merge metrics
- No merged PRs in 30d
Description
Implement the span compression algorithm in the agents to handle excessive database calls and huge amount of external spans.
The algorithm is described in the [handling huge traces spec](https://github.com/elastic/apm/tree/master/specs/agents/handling-huge-traces).
## Spec issue
- [x] https://github.com/elastic/apm/issues/449
## Agent issues
- [x] https://github.com/elastic/apm-agent-java/issues/1847
- [x] https://github.com/elastic/apm-agent-dotnet/issues/1329
- [x] https://github.com/elastic/apm-agent-go/issues/972
- [x] https://github.com/elastic/apm-agent-php/issues/425
- [ ] https://github.com/elastic/apm-agent-ruby/issues/1021
- [x] https://github.com/elastic/apm-agent-nodejs/issues/2100
- [x] https://github.com/elastic/apm-agent-python/issues/1152
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.