mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2024-12-22 06:15:07 -05:00
debdce3fb2
this is a big refactor, essentially rewriting the custom collector from scratch, and as such, creating a new dashboard based on the new metrics. Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
5 lines
109 B
Docker
5 lines
109 B
Docker
FROM grafana/grafana
|
|
|
|
ADD ./config.ini /etc/grafana/grafana.ini
|
|
ADD ./provisioning /etc/grafana/provisioning
|