adoptium / adoptium/log-analysis
Template proportions
Open
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Given a template id, return a proportion of how often it occurs in a time range.
Eg; given id 38 (or maybe take in a string optionally too), find what percentage of log events are id 38 in time range
Contributor guide
Research direction
Start by locating the existing entry points for template lookup and time-range log analysis. Trace how log events are counted, then define the result as the percentage of events matching the requested template id; completion should include support for the stated id input and time range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100