Add IncrementClusterEventType function to metrics interface (#8728)

Этот коммит содержится в:
Joram Wilander
2018-05-04 17:59:28 -04:00
коммит произвёл Christopher Speller
родитель e555b7454d
Коммит 09c6770885

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

@@ -20,6 +20,7 @@ type MetricsInterface interface {
IncrementClusterRequest()
ObserveClusterRequestDuration(elapsed float64)
IncrementClusterEventType(eventType string)
IncrementLogin()
IncrementLoginFail()