mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
cleanup
This commit is contained in:
parent
d43ead5a71
commit
427634e1f0
1 changed files with 0 additions and 7 deletions
|
@ -182,13 +182,6 @@ namespace ZeroTier {
|
||||||
.Name("zt_peer_latency")
|
.Name("zt_peer_latency")
|
||||||
.Help("peer latency (ms)")
|
.Help("peer latency (ms)")
|
||||||
.Register(prometheus::simpleapi::registry);
|
.Register(prometheus::simpleapi::registry);
|
||||||
/* prometheus::CustomFamily<prometheus::Histogram<uint64_t>>::Build(
|
|
||||||
prometheus::simpleapi::registry,
|
|
||||||
"zt_peer_latency",
|
|
||||||
"peer latency (ms)",
|
|
||||||
{}
|
|
||||||
);
|
|
||||||
*/ //{ prometheus::Metric::Type::Histogram, "zt_peer_latency", "peer latency (ms)", {}};
|
|
||||||
|
|
||||||
prometheus::simpleapi::gauge_family_t peer_path_count
|
prometheus::simpleapi::gauge_family_t peer_path_count
|
||||||
{ "zt_peer_path_count", "number of paths to peer" };
|
{ "zt_peer_path_count", "number of paths to peer" };
|
||||||
|
|
Loading…
Add table
Reference in a new issue