public inbox for nncp-devel@lists.stargrave.org
Atom feed
* Prometheus exporter for nncp?
@ 2025-12-22 15:25 Hadmut Danisch
  2025-12-22 16:35 ` dvn
  0 siblings, 1 reply; 4+ messages in thread
From: Hadmut Danisch @ 2025-12-22 15:25 UTC (permalink / raw)
  To: nncp-devel

Hi,


just a question:

Is anyone aware of a prometheus frontend for nncp, passing the data 
given by nncp-stat (peers, tx/rx packets, bytes) to prometheus, e.g. to 
warn/alert if the number of packages or time since last contact exceeds 
a limit?


If not, I'd propose to add a prometheus exporter function to nncp-stat, see

https://prometheus.io/docs/instrumenting/writing_exporters/

where go is the language of choice.


best regards

Hadmut




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-22 19:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-22 15:25 Prometheus exporter for nncp? Hadmut Danisch
2025-12-22 16:35 ` dvn
2025-12-22 17:16   ` Jonathan Lane
2025-12-22 19:08     ` John Goerzen