mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2024-12-22 14:25:01 -05:00
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
|