@@ -352,29 +352,29 @@ As your deployment is used, the collected data flows to your workspace Blob stor
352352` ` ` json
353353{"specversion":"1.0",
354354"id":"19790b87-a63c-4295-9a67-febb2d8fbce0",
355- "source":"/subscriptions/d511f82f-71ba-49a4-8233-d7be8a3650f4 /resourceGroups/mire2etesting/providers/Microsoft.MachineLearningServices/workspaces/mirmasterenvws/onlineEndpoints/localdev-endpoint/deployments/localdev",
355+ "source":"/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e /resourceGroups/mire2etesting/providers/Microsoft.MachineLearningServices/workspaces/mirmasterenvws/onlineEndpoints/localdev-endpoint/deployments/localdev",
356356"type":"azureml.inference.request",
357357"datacontenttype":"application/json",
358358"time":"2022-05-25T08:59:48Z",
359359"data":{"data": [ [1,2,3,4,5,6,7,8,9,10], [10,9,8,7,6,5,4,3,2,1]]},
360360"path":"/score",
361361"method":"POST",
362362"contentrange":"bytes 0-59/*",
363- "correlationid":"f6e806c9-1a9a-446b-baa2-901373162105 ","xrequestid":"f6e806c9-1a9a-446b-baa2-901373162105 "}
363+ "correlationid":"aaaa0000-bb11-2222-33cc-444444dddddd ","xrequestid":"aaaa0000-bb11-2222-33cc-444444dddddd "}
364364` ` `
365365
366366And the following JSON code is another example of an HTTP _response_ collected :
367367
368368` ` ` json
369369{"specversion":"1.0",
370370"id":"bbd80e51-8855-455f-a719-970023f41e7d",
371- "source":"/subscriptions/d511f82f-71ba-49a4-8233-d7be8a3650f4 /resourceGroups/mire2etesting/providers/Microsoft.MachineLearningServices/workspaces/mirmasterenvws/onlineEndpoints/localdev-endpoint/deployments/localdev",
371+ "source":"/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e /resourceGroups/mire2etesting/providers/Microsoft.MachineLearningServices/workspaces/mirmasterenvws/onlineEndpoints/localdev-endpoint/deployments/localdev",
372372"type":"azureml.inference.response",
373373"datacontenttype":"application/json",
374374"time":"2022-05-25T08:59:48Z",
375375"data":[11055.977245525679, 4503.079536107787],
376376"contentrange":"bytes 0-38/39",
377- "correlationid":"f6e806c9-1a9a-446b-baa2-901373162105 ","xrequestid":"f6e806c9-1a9a-446b-baa2-901373162105 "}
377+ "correlationid":"aaaa0000-bb11-2222-33cc-444444dddddd ","xrequestid":"aaaa0000-bb11-2222-33cc-444444dddddd "}
378378` ` `
379379
380380# # Store collected data in blob storage
@@ -398,12 +398,12 @@ The collected data follows the following JSON schema. The collected data is avai
398398` ` ` json
399399{"specversion":"1.0",
400400"id":"725aa8af-0834-415c-aaf5-c76d0c08f694",
401- "source":"/subscriptions/636d700c-4412-48fa-84be-452ac03d34a1 /resourceGroups/mire2etesting/providers/Microsoft.MachineLearningServices/workspaces/mirmasterws/onlineEndpoints/localdev-endpoint/deployments/localdev",
401+ "source":"/subscriptions/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f /resourceGroups/mire2etesting/providers/Microsoft.MachineLearningServices/workspaces/mirmasterws/onlineEndpoints/localdev-endpoint/deployments/localdev",
402402"type":"azureml.inference.inputs",
403403"datacontenttype":"application/json",
404404"time":"2022-12-01T08:51:30Z",
405405"data":[{"label":"DRUG","pattern":"aspirin"},{"label":"DRUG","pattern":"trazodone"},{"label":"DRUG","pattern":"citalopram"}],
406- "correlationid":"3711655d-b04c-4aa2-a6c4-6a90cbfcb73f ","xrequestid":"3711655d-b04c-4aa2-a6c4-6a90cbfcb73f ",
406+ "correlationid":"bbbb1111-cc22-3333-44dd-555555eeeeee ","xrequestid":"bbbb1111-cc22-3333-44dd-555555eeeeee ",
407407"modelversion":"default",
408408"collectdatatype":"pandas.core.frame.DataFrame",
409409"agent":"monitoring-sdk/0.1.2",
@@ -446,7 +446,7 @@ Here is an example of two logged requests that are batched together:
446446` ` ` json
447447{"specversion":"1.0",
448448"id":"720b8867-54a2-4876-80eb-1fd6a8975770",
449- "source":"/subscriptions/79a1ba0c-35bb-436b-bff2-3074d5ff1f89 /resourceGroups/rg-bozhlinmomoignite/providers/Microsoft.MachineLearningServices/workspaces/momo-demo-ws/onlineEndpoints/credit-default-mdc-testing-4/deployments/main2",
449+ "source":"/subscriptions/cccc2c2c-dd3d-ee4e-ff5f-aaaaaa6a6a6a /resourceGroups/rg-bozhlinmomoignite/providers/Microsoft.MachineLearningServices/workspaces/momo-demo-ws/onlineEndpoints/credit-default-mdc-testing-4/deployments/main2",
450450"type":"azureml.inference.model_inputs",
451451"datacontenttype":"application/json",
452452"time":"2024-03-05T18:16:25Z",
0 commit comments