mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
Export snowflake broker metrics for prometheus
This change adds a prometheus exporter for our existing snowflake broker metrics. Current values for the metrics can be fetched by sending a GET request to /prometheus.
This commit is contained in:
parent
eff73c3016
commit
83ef0b6f6d
5 changed files with 418 additions and 2 deletions
1
go.mod
1
go.mod
|
@ -11,6 +11,7 @@ require (
|
|||
github.com/pion/stun v0.3.5
|
||||
github.com/pion/transport v0.12.3 // indirect
|
||||
github.com/pion/webrtc/v3 v3.0.15
|
||||
github.com/prometheus/client_golang v1.10.0
|
||||
github.com/smartystreets/goconvey v1.6.4
|
||||
github.com/xtaci/kcp-go/v5 v5.5.12
|
||||
github.com/xtaci/smux v1.5.12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue