monero-exporter/pkg/collector/doc.go
Ciro S. Costa 31f5a6f84b port over code from monero-operator
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>
2021-06-26 10:54:14 -04:00

9 lines
353 B
Go

// Package collector provides the core functionality of this exporter.
//
// It implements the Prometheus collector interface, providing `monero` metrics
// whenever a request hits this exporter, allowing us to not have to rely on a
// particular interval defined in this exporter (instead, rely on prometheus'
// scrape interval).
//
package collector