mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2025-03-03 03:59:18 -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
|