Skip to content

dav1dc-pcf/vizceral-app-metrics-ui

 
 

Repository files navigation

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!

About

Example Vizceral app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • CSS 18.8%
  • HTML 1.9%
  • Dockerfile 0.3%