about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-04-12 18:05:22 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-04-12 18:08:40 +0200
commit3c83670c5f5a2395c7e08dfb0e45a001944ce406 (patch)
tree925a9ca7e95add977bb67332ddd915baa0cd867e /go.mod
parent2cb547d0fa7af0f4570ed4f1286c27243ca31148 (diff)
downloadhtping-3c83670c5f5a2395c7e08dfb0e45a001944ce406.tar.gz
htping-3c83670c5f5a2395c7e08dfb0e45a001944ce406.tar.xz
htping-3c83670c5f5a2395c7e08dfb0e45a001944ce406.zip
add prometheus metrics
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d6b499c..87d861f 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
 module github.com/leahneukirchen/htping
 
 go 1.14
+
+require github.com/prometheus/client_golang v1.5.1