summaryrefslogtreecommitdiff
path: root/src/metrics.c
AgeCommit message (Collapse)Author
2025-05-06Add metric for wakeup timeJesper Jensen
2025-05-04Expose the hash table size as a metricJesper Jensen
2025-05-04Add metric to track next hash expireJesper Jensen
2025-05-04Remove unused metricJesper Jensen
2025-05-04Refactor lookup init and add routing table metricJesper Jensen
I think it would be nice to see the detailed routing table occupancy. I've added a metric that exposes the current occupancy of each bucket. That should provide me some insight into the current distribution of nodes and if we need to find a way to keep the closer buckets alive.
2025-04-15Expose the number of keepalive pings we sendJesper Jensen
2025-04-14Add current hash metricJesper Jensen
It seems like it would be nice to know how many infohashes we actually know about. Let's add a guage that tells us that directly.
2025-04-13Use the normal dht port and rename some metricsJesper Jensen
2025-04-13Expose the query type as a metric labelJesper Jensen
2025-04-12Add prometheus monitoringJesper Jensen