summaryrefslogtreecommitdiffstats
path: root/einterfaces/metrics.go
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces/metrics.go')
-rw-r--r--einterfaces/metrics.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/einterfaces/metrics.go b/einterfaces/metrics.go
index f7d660da3..394abf94d 100644
--- a/einterfaces/metrics.go
+++ b/einterfaces/metrics.go
@@ -26,6 +26,8 @@ type MetricsInterface interface {
IncrementMemCacheHitCounter(cacheName string)
IncrementMemCacheMissCounter(cacheName string)
+ IncrementWebsocketEvent(eventType string)
+
AddMemCacheHitCounter(cacheName string, amount float64)
AddMemCacheMissCounter(cacheName string, amount float64)
}