Highly-opinionated (ex-bullshit-free) MTPROTO proxy for Telegram. If you use v1.0 or upgrade broke you proxy, please read the chapter Version 2
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112
  1. package stats
  2. const (
  3. MetricActiveConnection = "active_connections"
  4. MetricSessionDuration = "session_duration"
  5. MetricConcurrencyLimited = "concurrency_limited"
  6. TagIPType = "ip_type"
  7. TagIPTypeIPv4 = "ipv4"
  8. TagIPTypeIPv6 = "ipv4"
  9. )