feat(instrumentation): lots of refactoring to support tag based backend, #4696

This commit is contained in:
Torkel Ödegaard
2016-06-02 21:06:49 +02:00
parent 2a9b51d836
commit e2c794ff31
12 changed files with 219 additions and 207 deletions
-2
View File
@@ -77,8 +77,6 @@ func GetDashboard(c *middleware.Context) {
}
c.JSON(200, dto)
metrics.M_Api_Dashboard_Get_Timer.AddTiming(123333)
}
func getUserLogin(userId int64) string {