Closed GollyTicker closed 1 year ago
I added quicStatus so taht we can also see them on the grafana dashboards.
quicStatus
$ 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.)
pytest -v tests
What do you think about this? Would you like to merge this?
You can add tests, if you want to.
@anclrii What do you think about this?
New PR: https://github.com/anclrii/Storj-Exporter/pull/73
I added
quicStatus
so taht we can also see them on the grafana dashboards.Original Storj Dashboard
JSON
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.