mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Add Proxy Relay URL Metrics Collection
This commit is contained in:
parent
b78eb74e42
commit
dd61e2be0f
3 changed files with 20 additions and 2 deletions
|
@ -316,6 +316,7 @@ func initPrometheus() *PromMetrics {
|
|||
promMetrics.ProxyTotal, promMetrics.AvailableProxies,
|
||||
promMetrics.ProxyPollWithRelayURLExtensionTotal,
|
||||
promMetrics.ProxyPollWithoutRelayURLExtensionTotal,
|
||||
promMetrics.ProxyPollRejectedForRelayURLExtensionTotal,
|
||||
)
|
||||
|
||||
return promMetrics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue