tarantool / tarantool/tarantool
Backport 2.x feedback_daemon report format to 1.10
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
Currently 2.x feedback daemon report is way more detailed than 1.10 one.
1.10 only has base info, which's tarantool version, server and cluster uuids. And that's it.
Consider backporting 2.x report format to 1.10. This'll give us index counts by type, various operation statistics reporting (from box.stat), space counts by engine (vinyl /memtx), host os info and so on.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the feedback daemon report implementations in Tarantool 2.x and 1.10, starting with the existing 1.10 report and the 2.x format. Identify how index counts, box.stat operation statistics, space counts by engine, and host OS information are produced. Done means the 1.10 report includes the relevant 2.x details while retaining its existing version and UUID information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- databases, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100