Пример #1
0
 public void LogRaw(string name, int value, string period, long?epoch = null, Dictionary <string, string> tags = null)
 {
     RunSafe(() =>
             _statsd.LogRaw(BuildName(name, tags), value, epoch));
 }