Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.13 KB

Vizceral App Metrics UI

This project was forked from Netflix/vizceral-example

Setup

  1. 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);
  1. 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
  1. 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)

  2. Open the resulting URL of the vizceral-app-metrics-ui application in your browser

  3. Enjoy!