Add a small prometheus exporter

This commit is contained in:
Daan Sprenkels
2019-08-29 23:40:24 +02:00
parent def0e6ed2b
commit 498c84541b
6 changed files with 132 additions and 8 deletions

View File

@@ -13,11 +13,9 @@ import (
"net/url"
"time"
gobmarsh "gitea.hashru.nl/dsprenkels/rushlink/gobmarsh"
mux "github.com/gorilla/mux"
errors "github.com/pkg/errors"
"gitea.hashru.nl/dsprenkels/rushlink/gobmarsh"
"github.com/gorilla/mux"
"github.com/pkg/errors"
bolt "go.etcd.io/bbolt"
)