Feature: Visualize failed webhook deliveries for the entire instance
Open
enhancement
suggestion
- Dominant language
- Python
- Stars
- 180
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
Calculate and visualize the number of failed webhook deliveries per day:
```
cat /var/log/hookshot/resqued.log.1 | grep -e '^\["repository-' | wc -l
```
Contributor guide
Research direction
Start by running or examining the provided resqued.log.1 command and tracing where instance-wide analytics and visualizations are implemented. Done means the system presents the number of failed webhook deliveries for each day across the entire instance; the issue names no files or tests to use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization, observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100