implement prometheus server

This commit is contained in:
Jimmy Zelinskie
2016-03-02 20:59:01 -05:00
parent 0dfc26caea
commit 33d6b1cd12
3 changed files with 105 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ import (
"github.com/chihaya/chihaya/tracker"
_ "github.com/chihaya/chihaya/server/http"
_ "github.com/chihaya/chihaya/server/prometheus"
_ "github.com/chihaya/chihaya/server/store"
_ "github.com/chihaya/chihaya/server/store/memory"
_ "github.com/chihaya/chihaya/server/store/middleware/client"