Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nagaarjun7690
Contributor
Contributor

Operations Monitor not showing all streams

Hi Tyler,

I need your help for my scenario in operation monitor app,I have no problem with reloading part,but facing issue in data refresh,I have 10+ Streams in QMC but data showing only 3 Stream in application(Sheet App) and also check qrs query in different application only 3 streams data only get loaded.

LIB CONNECT TO 'monitor_apps_REST_app';

 

  RestConnectorMasterTable:

  SQL SELECT

      "id" AS "id_u4",

      "createdDate" AS "createdDate_u0",

      "modifiedDate" AS "modifiedDate_u0",

      "modifiedByUserName" AS "modifiedByUserName_u0",

      "name" AS "name_u3",

      "publishTime",

      "published",

      "description",

      "fileSize",

      "lastReloadTime",

      "availabilityStatus",

      "__KEY_root",

      (SELECT

          "userId",

          "userDirectory",

          "__FK_owner"

      FROM "owner" FK "__FK_owner"),

      (SELECT

          "name" AS "name_u2",

          "__FK_stream"

      FROM "stream" FK "__FK_stream")

  FROM JSON (wrap on) "root" PK "__KEY_root";

0 Replies