@@ -352,29 +352,29 @@ As your deployment is used, the collected data flows to your workspace Blob stor
352
352
` ` ` json
353
353
{"specversion":"1.0",
354
354
"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",
356
356
"type":"azureml.inference.request",
357
357
"datacontenttype":"application/json",
358
358
"time":"2022-05-25T08:59:48Z",
359
359
"data":{"data": [ [1,2,3,4,5,6,7,8,9,10], [10,9,8,7,6,5,4,3,2,1]]},
360
360
"path":"/score",
361
361
"method":"POST",
362
362
"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 "}
364
364
` ` `
365
365
366
366
And the following JSON code is another example of an HTTP _response_ collected :
367
367
368
368
` ` ` json
369
369
{"specversion":"1.0",
370
370
"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",
372
372
"type":"azureml.inference.response",
373
373
"datacontenttype":"application/json",
374
374
"time":"2022-05-25T08:59:48Z",
375
375
"data":[11055.977245525679, 4503.079536107787],
376
376
"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 "}
378
378
` ` `
379
379
380
380
# # Store collected data in blob storage
@@ -398,12 +398,12 @@ The collected data follows the following JSON schema. The collected data is avai
398
398
` ` ` json
399
399
{"specversion":"1.0",
400
400
"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",
402
402
"type":"azureml.inference.inputs",
403
403
"datacontenttype":"application/json",
404
404
"time":"2022-12-01T08:51:30Z",
405
405
"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 ",
407
407
"modelversion":"default",
408
408
"collectdatatype":"pandas.core.frame.DataFrame",
409
409
"agent":"monitoring-sdk/0.1.2",
@@ -446,7 +446,7 @@ Here is an example of two logged requests that are batched together:
446
446
` ` ` json
447
447
{"specversion":"1.0",
448
448
"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",
450
450
"type":"azureml.inference.model_inputs",
451
451
"datacontenttype":"application/json",
452
452
"time":"2024-03-05T18:16:25Z",
0 commit comments