Please sign in to access this page

Support Watcher

Support Watcher

3 devlogs
3h 30m
•  Ship certified
Created by Mish

Cool statistics and graphs for the Summer of Making support channel!

In technical terms, a Prometheus exporter for #summer-of-making-help statistics, written in Rust.

Timeline

Ship 1

0 payouts of shell 0 shells

Mish

9 days ago

Mish Covers 3 devlogs and 3h 30m

I added some of the 24-hour statistics to the demo dashboard, and added detailed instructions for running the code to the README. It should be ready to ship now!

Update attachment

The exporter now supports statistics for tickets opened in the last 24 hours (it's a rolling window). For example, you could see which helpers were most active on certain days.

Update attachment
Mish
Mish
2h 44m 10 days ago

I'm making another Prometheus exporter in Rust! This one's relatively simple so I've already got a MVP that tracks:
* Open/in-progress/closed tickets
* Total tickets
* Top 3 helpers

Next, I'll add some rolling stats (past 24h) & some hang time stats

Update attachment