Fix namespace for metrics invocations
The metrics for OpenFaaS now have a namespace suffix so
that it is needed when looking up Prometheus metrics.
This change also fixes the proxy issue with create-react-app
now deprecating proxy settings in the package.json
Fixes: #700
Tested before/after with OFC on my RPi - as set up by @Waterdrips. I swapped the image and tested the dashboard locally via yarn start - this gave the expected metrics.
How are existing users impacted? What migration steps/scripts do we need?
Description
Fix namespace for metrics invocations (#700)
How Has This Been Tested?
Tested before/after with OFC on my RPi - as set up by @Waterdrips. I swapped the image and tested the dashboard locally via
yarn start
- this gave the expected metrics.How are existing users impacted? What migration steps/scripts do we need?
Updating the image should be enough.