anclrii / Storj-Exporter

Prometheus exporter for monitoring Storj storage nodes
GNU General Public License v3.0
59 stars 19 forks source link

Added quicStatus to Info Metrics #72

Closed GollyTicker closed 1 year ago

GollyTicker commented 1 year ago

I added quicStatus so taht we can also see them on the grafana dashboards.

Original Storj Dashboard

image

JSON

$ curl -s http://localhost:14002/api/sno/ | jq '.quicStatus'
"OK"

I wanted to extend the tests to cover this case. But I didn't manage to successfully reproduce the tests. (I got errors with a simple pytest -v tests.)

What do you think about this? Would you like to merge this?

You can add tests, if you want to.

GollyTicker commented 1 year ago

@anclrii What do you think about this?

GollyTicker commented 1 year ago

New PR: https://github.com/anclrii/Storj-Exporter/pull/73