4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust2,189 forks (2,189 forks)batch import
difficulty/easyhelp wanted
Repository metrics
- Stars
- 15,922 stars (15,922 stars)
- PR merge metrics
- Avg merge 28d 9h (Avg merge 28d 9h)68 merged PRs in 30d (68 merged PRs in 30d)
Contributor guide
- Research direction
- Read the linked issue #254 in rust prometheus to understand the desired IntHistogram interface. Study the existing histogram implementation and the local histogram (LocalHistogram) for inspiration. Implement the struct and methods for IntHistogram, ensuring it mirrors the Histogram but uses integer values. Write tests to verify correctness.
- Tech stack
- rustprometheus
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GitRust