Make tracker statistics available via prometheus #135
Closed
ldpr
started this conversation in
Feature requests
Replies: 2 comments 2 replies
-
I think persisting statistics will also be a nice feature. Now statistics are reset when you restart the service. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, @ldpr; this has been implemented this week. See #1126. I have deployed it to the live demo and created this sample dashboard I'm planning to write a blog post about it: torrust/torrust-website#131 And also to add some more metrics: #1128 cc @da2ce7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the tracker stats are output in json, it'd be pretty neat if we could have them available via prometheus so we could hook them into things like grafana etc.
https://docs.rs/prometheus_exporter/latest/prometheus_exporter/
Maybe we could have a config option for json or prometheus?
Obviously this isn't important or anything, would be a "nice to have". Thanks for everything you do guys and girls! :)
Beta Was this translation helpful? Give feedback.
All reactions