nucypher / nucypher-monitor

NuCypher network intelligence crawler and web dashboard
7 stars 15 forks source link

Much needed update of nucypher-monitor #97

Closed derekpierre closed 3 years ago

derekpierre commented 3 years ago

Currently running on https://status.nucypher.network.

Two things of note:

  1. We must use version of influxdb < 2.0 because of how authentication has changed - did not want to spend the time right now making it work 😅 . See https://docs.influxdata.com/influxdb/v2.0/reference/cli/influx/v1/auth/
  2. We use flask < 2.0 for the monitor to preserve compatibility with itsdangerous dependency with version of flask used by nucypher.
codecov-commenter commented 3 years ago

Codecov Report

Merging #97 (a97dc33) into main (91f281e) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   50.89%   50.89%           
=======================================
  Files          11       11           
  Lines        1059     1059           
=======================================
  Hits          539      539           
  Misses        520      520           
Impacted Files Coverage Δ
monitor/dashboard.py 19.84% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 91f281e...a97dc33. Read the comment docs.