Переглянути джерело

Fix stathat multi-stat posting syntax

Ask Bjørn Hansen 12 роки тому
батько
коміт
2f729e7f5b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      stathat.go

+ 1 - 1
stathat.go

@@ -29,7 +29,7 @@ func statHatPoster() {
 		newQueries := current - lastQueryCount
 		lastQueryCount = current
 
-		stathat.PostEZCount("queries:"+suffix, Config.StatHat.ApiKey, int(newQueries))
+		stathat.PostEZCount("queries~"+suffix, Config.StatHat.ApiKey, int(newQueries))
 		stathat.PostEZValue("goroutines "+serverId, Config.StatHat.ApiKey, float64(runtime.NumGoroutine()))
 
 	}