proxy: add country to prometheus metrics

This commit is contained in:
meskio 2024-12-22 10:53:11 +01:00
parent b3c734ed63
commit e345c3bac9
No known key found for this signature in database
GPG key ID: 52B8F5AC97A2DA86
6 changed files with 45 additions and 13 deletions

View file

@ -77,8 +77,7 @@ func (e EventOnProxyClientConnected) String() string {
type EventOnProxyConnectionOver struct {
SnowflakeEvent
InboundTraffic int64
OutboundTraffic int64
Country string
}
func (e EventOnProxyConnectionOver) String() string {