<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dht.git/src/metrics.h, branch peer_table</title>
<subtitle>BitTorrent DHT peer
</subtitle>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/'/>
<entry>
<title>Add metric for discarded packets</title>
<updated>2025-05-10T22:25:39+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-10T22:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=abc0b1c73cfc8da2a0a0bca02c8689f73a1588f2'/>
<id>abc0b1c73cfc8da2a0a0bca02c8689f73a1588f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add metric for wakeup time</title>
<updated>2025-05-06T19:02:43+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-06T19:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=34fbc8f266095ef33be3044d2cefed6633c7a74c'/>
<id>34fbc8f266095ef33be3044d2cefed6633c7a74c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose the hash table size as a metric</title>
<updated>2025-05-04T20:21:05+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-04T20:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=c2075586084ece032e47adba2aacbc507adc2b26'/>
<id>c2075586084ece032e47adba2aacbc507adc2b26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add metric to track next hash expire</title>
<updated>2025-05-04T13:37:24+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-04T13:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=7c3b61bb097738888285a685cc01f87880b834e6'/>
<id>7c3b61bb097738888285a685cc01f87880b834e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused metric</title>
<updated>2025-05-04T11:45:10+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-04T11:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=b48676df767fa0e6384f8167997e44a79fdc3839'/>
<id>b48676df767fa0e6384f8167997e44a79fdc3839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor lookup init and add routing table metric</title>
<updated>2025-05-03T22:39:13+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-03T22:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=2c4af77f5f7231b560c344ccaff3cc73f0d616e9'/>
<id>2c4af77f5f7231b560c344ccaff3cc73f0d616e9</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose the number of keepalive pings we send</title>
<updated>2025-04-15T11:05:19+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-04-15T11:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=6386a3eb9628315e23e16637ea5d29e72b053f0f'/>
<id>6386a3eb9628315e23e16637ea5d29e72b053f0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add current hash metric</title>
<updated>2025-04-14T10:22:20+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-04-14T10:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=95d03b842f6fdbfda19ed050131bc95ece13a171'/>
<id>95d03b842f6fdbfda19ed050131bc95ece13a171</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add prometheus monitoring</title>
<updated>2025-04-12T08:21:20+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-04-12T07:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=04c5b9d5ef4723d469ea3472012787a8e2a5bdbd'/>
<id>04c5b9d5ef4723d469ea3472012787a8e2a5bdbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
