summaryrefslogtreecommitdiffstats
path: root/einterfaces/metrics.go
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces/metrics.go')
-rw-r--r--einterfaces/metrics.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/einterfaces/metrics.go b/einterfaces/metrics.go
index a9acb8c2b..e1ef9c15e 100644
--- a/einterfaces/metrics.go
+++ b/einterfaces/metrics.go
@@ -33,6 +33,7 @@ type MetricsInterface interface {
IncrementMemCacheHitCounterSession()
IncrementWebsocketEvent(eventType string)
+ IncrementWebSocketBroadcast(eventType string)
AddMemCacheHitCounter(cacheName string, amount float64)
AddMemCacheMissCounter(cacheName string, amount float64)