hoprnet / hopr-admin

HOPR Admin app which can be used to manage a HOPRd node via its API
https://hopr-admin.vercel.app
2 stars 7 forks source link

Unable to parse fields on the Metrics page #619

Closed QYuQianchen closed 2 months ago

QYuQianchen commented 2 months ago

On my local cluster of 2.1.4 nodes, the metrics page sometimes shows results as expected, sometimes now Metrics works as expected: image Metrics DOES NOT work as expected: image

image image

Combining with the error returned from the console, it seems like the UI was not able to handle some undefined value.

From my local machine, I see that the metrics object is returned (see below) but when hopr_aggregated_tickets_count and hopr_aggregations_count fields are missing, the UI fails to display metrics

image

mjadach-iv commented 2 months ago

Fixed