RPM Packaging Files for Prometheus
rpmckages get build in the mperezco/prometheus COPR repo
You can enable COPR repo in Fedora 26 or 27 with:
$ sudo dnf copr enable mperezco/prometheus
Install the package
$ sudo dnf install prometheus prometheus_node_exporter -y
Start the service
$ sudo systemctl start prometheus
$ sudo systemctl start prometheus_node_exporter
... and access the interface via http://localhost:9090
