mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2024-12-22 06:15:07 -05:00
31f5a6f84b
the code has been initially written under `monero-operator`, but it turns out that having the exporter available for non-kubernetes users is pretty good, thus, making it its own separate thing. Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
5 lines
174 B
Go
5 lines
174 B
Go
// Package exporter provides the ability for one to instantiate a web server
|
|
// that on requests to it, provides prometheus metrics in the http response.
|
|
//
|
|
package exporter
|