udp: add prometheus support

This commit is contained in:
Joakim Frostegård 2023-02-26 11:57:00 +01:00
parent e4b7c8451d
commit 5276a919da
6 changed files with 122 additions and 22 deletions

2
Cargo.lock generated
View file

@ -231,6 +231,8 @@ dependencies = [
"hex",
"libc",
"log",
"metrics",
"metrics-exporter-prometheus",
"mimalloc",
"mio",
"num-format",