summaryrefslogtreecommitdiffstats
path: root/einterfaces
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2018-05-04 17:59:28 -0400
committerChristopher Speller <crspeller@gmail.com>2018-05-04 14:59:28 -0700
commit09c67708853199c015d659ed2526107ad4c10772 (patch)
tree000014aac4c70b74579e91dd2a949b1f5ff3f03d /einterfaces
parente555b7454d84a5cceb9b27a6c6b7c4dfa8d01b52 (diff)
downloadchat-09c67708853199c015d659ed2526107ad4c10772.tar.gz
chat-09c67708853199c015d659ed2526107ad4c10772.tar.bz2
chat-09c67708853199c015d659ed2526107ad4c10772.zip
Add IncrementClusterEventType function to metrics interface (#8728)
Diffstat (limited to 'einterfaces')
-rw-r--r--einterfaces/metrics.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/einterfaces/metrics.go b/einterfaces/metrics.go
index 3f709eb99..7c2c60a14 100644
--- a/einterfaces/metrics.go
+++ b/einterfaces/metrics.go
@@ -20,6 +20,7 @@ type MetricsInterface interface {
IncrementClusterRequest()
ObserveClusterRequestDuration(elapsed float64)
+ IncrementClusterEventType(eventType string)
IncrementLogin()
IncrementLoginFail()