UPDATE ......Confluence has now been updated to version 9.2.6. Please see following page for details and feedback about changes:
Updates
...
Prior to generating the Interconnect Traffic graph, you will need to run the following query:
SELECT ROUND(volume_in,1) as 'Volume In',ROUND(volume_out,1) as 'Volume Out'
FROM reports.excel_yearly_volumes
WHERE project='GEANT2'
AND circuit_usage='Interconnect'
AND period = 201706;
Take a note of the volume_in and volume_out values and then insert a record in the reports.msr_graphical_data table
...