NLnetLabs / routinator-ui

A user interface for Routinator
https://nlnetlabs.nl/rpki
Mozilla Public License 2.0
6 stars 3 forks source link

Remove "RTR Total Connections" #33

Closed AlexanderBand closed 3 years ago

AlexanderBand commented 3 years ago

It displays no value because the metric was removed. So should the entry in the UI on the Connections page. I may have resolved this in https://github.com/NLnetLabs/routinator-ui/pull/5 but I'm not sure.

density215 commented 3 years ago

The metric does exist in /api/v1/status under 'rtr' field. It is just filled with zeros. If there's no 'rtr' field in the output of that endpoint, the whole section RTR will also disappear.

Should I change the conditions to check if any of the contained values is bigger than 0?