mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 14:54:01 +03:00
Add EventIPBlocklisted
This commit is contained in:
+2
-1
@@ -4,9 +4,10 @@ const (
|
||||
MetricActiveConnection = "active_connections"
|
||||
MetricSessionDuration = "session_duration"
|
||||
MetricConcurrencyLimited = "concurrency_limited"
|
||||
MetricIPBlocklisted = "ip_blocklisted"
|
||||
|
||||
TagIPType = "ip_type"
|
||||
|
||||
TagIPTypeIPv4 = "ipv4"
|
||||
TagIPTypeIPv6 = "ipv4"
|
||||
TagIPTypeIPv6 = "ipv6"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user