Добавлено логгирование метрик для системы скинов

This commit is contained in:
ErickSkrauch
2016-12-03 01:57:55 +03:00
parent a0d940f8cd
commit 66c61dc3cd
9 changed files with 59 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ import (
"github.com/mediocregopher/radix.v2/pool"
"github.com/streadway/amqp"
"github.com/gorilla/mux"
"github.com/quipo/statsd"
"github.com/mono83/slf/wd"
)
var Router *mux.Router
@@ -15,4 +15,4 @@ var RabbitMQChannel *amqp.Channel
var RootFolder string
var Stats *statsd.StatsdBuffer
var Logger wd.Watchdog