Network Management

PerfStack widgets do not update when displayed on a NOC view

When you add a PerfStack widget to the NOC view, the data in the PerfStack widget does not update. To work around the issue, use a Custom HTML widget referencing the PerfStack project in the NOC view instead.

First published date

11/3/2020 9:18 AM

Last published date

4/2/2022 1:55 PM

Overview

When you add a PerfStack widget to a NOC view, the data in the PerfStack widget will not update.

Product section

Orion Platform

Resolution

To work around the issue:
  1. Click Edit in the Custom HTML widget and insert the following code.
    <iframe Src="Perfstack URL"​ width="600" height="500"></iframe>
  2. Go to the PerfStack Analysis project to be displayed in the widget and copy the project URL.
  3. Edit the Custom HTML widget again and replace PerfStack URL with the URL of your project and save your changes.
    PerfStack data in the widget will update as expected.