More packet metrics (#1982)

* found path negotation sends that weren't accounted for

* Fix histogram so it will actually compile

* Found more places for packet metrics
This commit is contained in:
Grant Limberg
2023-05-02 11:16:55 -07:00
committed by GitHub
parent 4ca3f27293
commit 06b487119d
12 changed files with 41 additions and 6 deletions

View File

@ -11,6 +11,7 @@
*/
#include <prometheus/simpleapi.h>
#include <prometheus/histogram.h>
namespace prometheus {
namespace simpleapi {