Add IncrementClusterEventType function to metrics interface (#8728)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
e555b7454d
Коммит
09c6770885
@@ -20,6 +20,7 @@ type MetricsInterface interface {
|
|||||||
|
|
||||||
IncrementClusterRequest()
|
IncrementClusterRequest()
|
||||||
ObserveClusterRequestDuration(elapsed float64)
|
ObserveClusterRequestDuration(elapsed float64)
|
||||||
|
IncrementClusterEventType(eventType string)
|
||||||
|
|
||||||
IncrementLogin()
|
IncrementLogin()
|
||||||
IncrementLoginFail()
|
IncrementLoginFail()
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user