Initial commit

This adds a rudimentary `chaos` package for querying broadband info, and
a Prometheus exporter.
This commit is contained in:
James O'Gorman
2019-10-13 17:37:31 +01:00
commit 732a45e26a
6 changed files with 361 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/jamesog/aaisp-chaos
go 1.13
require github.com/prometheus/client_golang v1.1.0