mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove geoip metrics from /debug
For now we can just log the proxy geoip statistics locally
This commit is contained in:
parent
171c55a9b1
commit
72e54bdc2e
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ func debugHandler(ctx *BrokerContext, w http.ResponseWriter, r *http.Request) {
|
|||
s += fmt.Sprintf("\nsnowflake %d: %s", snowflake.index, snowflake.id)
|
||||
}
|
||||
s += fmt.Sprintf("\n\nroundtrip avg: %d", ctx.metrics.clientRoundtripEstimate)
|
||||
s += fmt.Sprintf("\n\nsnowflake country stats: %s", ctx.metrics.countryStats.Display())
|
||||
w.Write([]byte(s))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue