This project was forked from Netflix/vizceral-example
- Set the end-point where you have deployed vz-metrics-adapter in
src/components/trafficFlow.jsx
:
request.get('http://vz-metrics-adapter.your-pcf.com/index.py')
One may also wish to tweak the interval for background refresh of the data in the same file:
intervalHandle = setInterval(() => { self.beginSampleData(self); }, 4000);
- Push this Vizceral NodeJS APP to your PCF/CF Foundation
cf login
....
cf target -o your-org -s vz-ui-space
cf push vizceral-app-metrics-ui
-
Ensure that at least one instance of app-metrics-nozzle and exactly one instance of vz-metrics-adapter have also been configured and deployed to your PCF/CF Foundation(s)
-
Open the resulting URL of the vizceral-app-metrics-ui application in your browser
-
Enjoy!