mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 16:14:02 +03:00
Add statsd
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package stats
|
||||
|
||||
const (
|
||||
MetricActiveConnection = "active_connections"
|
||||
MetricSessionDuration = "session_duration"
|
||||
MetricConcurrencyLimited = "concurrency_limited"
|
||||
|
||||
TagIPType = "ip_type"
|
||||
|
||||
TagIPTypeIPv4 = "ipv4"
|
||||
TagIPTypeIPv6 = "ipv4"
|
||||
)
|
||||
Reference in New Issue
Block a user