summaryrefslogtreecommitdiffstats
path: root/einterfaces/metrics.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-02-10 10:05:12 -0500
committerCorey Hulen <corey@hulen.com>2017-02-10 07:05:12 -0800
commit2a9c1afd444ef00693860b732c901466682e253c (patch)
treec243112a8688c2024cb078008d0454f5dcc5ed2e /einterfaces/metrics.go
parent58dcf6984be18d73968b3b96655ce57169a6c169 (diff)
downloadchat-2a9c1afd444ef00693860b732c901466682e253c.tar.gz
chat-2a9c1afd444ef00693860b732c901466682e253c.tar.bz2
chat-2a9c1afd444ef00693860b732c901466682e253c.zip
Adding webhook metrics (#5348)
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 3c0202d38..e11fd23a0 100644
--- a/einterfaces/metrics.go
+++ b/einterfaces/metrics.go
@@ -8,6 +8,7 @@ type MetricsInterface interface {
StopServer()
IncrementPostCreate()
+ IncrementWebhookPost()
IncrementPostSentEmail()
IncrementPostSentPush()
IncrementPostBroadcast()