Hey I don’t know if anyone asked this question in past but I cannot figure out nor find out anything about how to import data from storj Windows into grafana. Both run on the same windows machine and additionally I have an external node. It would be lovely if all the data could be displayed in one place.
Any help will be appreciated
BTW, First time working with grafana so sorry if I’m asking stupid question
Hi all,
Im currently using running Prometheus, Grafana and storj-exporter.py under windows.
you will need https://nssm.cc/ to add prometheus and storj-exporter.py to run as service.
For Prometheus, download windows build from https://prometheus.io/download/ and extract it to a folder. Then download nssm, and run “nssm.exe install prometheus” and input the detail in the windows pop-up:
then add the storj-exporter target by editing prometheus.yml file
static_configs:
for storj-exporter, make sure you have python3 installed. Download storj-exporter.py and requirements.txt.
then run in command line: “pip install --no-cache-dir -r /requirements.txt” to install dependencies.
then run again “nssm.exe install storj-exporter” and follow example below:
As for grafana, i think they have windows installer that will install as service. after install you can access grafana dashboard at http://localhost:3000 and begin building the dashboard from json file.
Glad I could help.
i’m not really good writing guide, hopefully someone able to write better guide for running storj-exporter+prometheus+grafana on Windows OS.
It’s working. It have some drawbacks though - it could consume all resources (because Linux is trying to capture as much RAM as possible, even if it’s not used).