PLT-7470: Add metrics for searches. (#7507)

Этот коммит содержится в:
George Goldberg
2017-09-25 21:44:44 +01:00
коммит произвёл Christopher Speller
родитель 81c18a01bd
Коммит e8ca3d64f4
3 изменённых файлов: 27 добавлений и 0 удалений

Просмотреть файл

@@ -37,4 +37,7 @@ type MetricsInterface interface {
AddMemCacheHitCounter(cacheName string, amount float64)
AddMemCacheMissCounter(cacheName string, amount float64)
IncrementPostsSearchCounter()
ObservePostsSearchDuration(elapsed float64)
}