Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
d_pranskus
Partner - Creator III
Partner - Creator III

QlikSense GovernedMetrics issues

Hi

I am testing the Governed Metrics Service and trying to add two metrics and one dimension to the app using it.

I have set it up according the documentation.

The metrics data is being loaded into successfully

Also the Governed Metrics Service Log says that the metrics and the dimension have been added

{"level":"debug","msg":"Measure: ABC123 does not exist.  Creating","meta":{"module":"createMeasure","app":"Adventure Works"}}

{"level":"debug","msg":"Measure: UAKLMN12847656 does not exist.  Creating","meta":{"module":"createMeasure","app":"Adventure Works"}}

{"level":"debug","msg":"Dim: DIM015 does not exist.  Creating","meta":{"module":"createDimension","app":"Adventure Works"}}

{"level":"debug","msg":"Measure: ABC123 Created","meta":{"module":"createMeasure","app":"Adventure Works"}}

{"level":"debug","msg":"Measure: UAKLMN12847656 Created","meta":{"module":"createMeasure","app":"Adventure Works"}}

{"level":"debug","msg":"Dim: DIM015 Created","meta":{"module":"createDimension","app":"Adventure Works"}}

{"level":"info","msg":"Result of object creation: Not Changed: 0\r\nCreated: 3\r\nUpdated: 3","meta":{"module":"objectManagement","app":"Adventure Works"}}

If I run the update one more time, the GMC Log says that metrics and the dimension exist and were unchanged.

{"level":"debug","msg":"Measure: ABC123 exists.  Checking for changes.","meta":{"module":"createMeasure","app":"Adventure Works"}}

{"level":"debug","msg":"Measure: ABC123 no changes found.","meta":{"module":"createMeasure","app":"Adventure Works"}}

{"level":"debug","msg":"Measure: UAKLMN12847656 exists.  Checking for changes.","meta":{"module":"createMeasure","app":"Adventure Works"}}

{"level":"debug","msg":"Measure: UAKLMN12847656 no changes found.","meta":{"module":"createMeasure","app":"Adventure Works"}}

{"level":"debug","msg":"Dim: DIM015 exists.  Checking for changes.","meta":{"module":"createDimension","app":"Adventure Works"}}

{"level":"debug","msg":"Dim: DIM015 no changes found.","meta":{"module":"createDimension","app":"Adventure Works"}}

{"level":"info","msg":"No new dimensions or measures created","meta":{"module":"objectManagement","app":"Adventure Works"}}

But when I look in the Adventure Works app itself I see no metrics or dimension in Master Items library.

What might be a problem?

0 Replies