7ced8464e0
Add dependency on the prometheus library to start exporting metrics. Add a new `up` metric that always returns `1` to ensure the exporter is working as expected.
6 lines
97 B
Modula-2
6 lines
97 B
Modula-2
module fail2ban-prometheus-exporter
|
|
|
|
go 1.15
|
|
|
|
require github.com/prometheus/client_golang v1.9.0
|