Public link to grafana metrics dashboard for rust playground?

Is the grafana dashboard with rust playground metrics public? I'm curious how many endpoint queries it services per day.

I do see shepmaster posted a screenshot of some usage back in 2022 which is a good enough data point, but curious if live metrics are available.

Nope!

That being said, here's that same attempt at data for the last 7 days:

Endpoint Requests
Clippy 3707
Compile 9786
Evaluate 211312
Execute 722390
Format 8422
MacroExpansion 1123
Miri 2146

I'm pretty sure I'm calculating these values differently from before, but I couldn't tell you how (my Prometheus / Grafana skills are not very developed).

1 Like

Thanks Shepmaster! I also see there's a metrics endpoint but that is primarily for latency and active connections: https://play.rust-lang.org/metrics

Yes, but I'd rather people not actively use that :wink: I do have the capability of putting it behind authentication, which I may have to do now. Maybe I need to add metrics for how often the metrics are requested... :thinking:

1 Like