Skip to content

Commit a40d8fc

Browse files
committed
init mini exporter
1 parent 3ccebd1 commit a40d8fc

File tree

4 files changed

+604
-0
lines changed

4 files changed

+604
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode

go.mod

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module github.com/wusphinx/mini-exporter
2+
3+
go 1.14
4+
5+
require (
6+
github.com/go-kit/kit v0.10.0
7+
github.com/prometheus/client_golang v1.7.1
8+
github.com/prometheus/common v0.13.0
9+
gopkg.in/alecthomas/kingpin.v2 v2.2.6
10+
)

0 commit comments

Comments
 (0)