共用方式為


監視 Azure Sphere 資料參考

Azure Sphere 所建立的計量和記錄會列在下列各節中。

計量

公制 可透過診斷設定導出 計量顯示名稱 單位 彙總類型 描述 維度
DeviceRequestsCount Yes 裝置要求 Count Count Azure Sphere 裝置傳送的所有要求計數。 DeviceId、OperationName、ResultType
DeviceEventsCount Yes 裝置事件 Count Count Azure Sphere 裝置所產生的所有事件計數。 DeviceId、EventCategory、EventClass、EventType

資源記錄

稽核記錄

欄位名稱 資料類型 描述
Time Datetime 發生此事件的日期和時間,以 UTC 時區表示。
ResourceId String 事件發生所在 Azure Sphere 目錄的 Azure Resource Manager 資源識別符。
類別 String 所發出的記錄/事件類型。
Location String 發生事件的區域。
OperationName String 在事件期間執行的動作類型。 例如, CatalogUpdateProductDelete
ResultType String 事件的結果 - 成功失敗
ResultDescription String 更詳細的記錄檔或事件描述。
身分識別 動態 負責記錄或事件的使用者或應用程式身分識別。
屬性 動態 與記錄或事件相關的其他屬性。
CorrelationId Guid 事件的唯一標識碼。
DurationMs int 以毫秒為單位的事件持續時間。
{
        "time": "2023-02-16T23:57:03.3108100Z",
        "resourceId": "/SUBSCRIPTIONS/0C9FBD24-F20B-4437-804B-BD7E0531E78F/RESOURCEGROUPS/TEST-RG-001/PROVIDERS/MICROSOFT.AZURESPHERE/CATALOGS/CAT001",
        "category": "AuditLogs",
        "location": "eastus2",
        "operationName": "ProductCreate",
        "resultType": "Success",
        "resultDescription": "ProductCreate succeeded",
        "identity": "{\"Other\":[{\"Identity\":\"user@contoso.com\",\"Description\":\"ArmUserPrincipalName\"}]}",
        "properties": {
            "ResourceId": "/subscriptions/0c9fbd24-f20b-4437-804b-bd7e0531e78f/resourceGroups/test-rg-001/providers/microsoft.azuresphere/catalogs/CAT001",
            "TargetResources": {
                "CatalogName": [
                    {
                        "Name": "CAT001"
                    }
                ],
                "ProductName": [
                    {
                        "Name": "TestProduct001"
                    }
                ]
            },
            "Identity": {
                "Other": [
                    {
                        "Identity": "user@contoso.com",
                        "Description": "ArmUserPrincipalName"
                    }
                ]
            }
        },
        "correlationId": "b1a285ca17dda3abeacbd313111af19e",
        "durationMs": "100"
    }

裝置事件

欄位名稱 資料類型 描述
Time Datetime 發生此事件的日期和時間,以 UTC 時區表示。
ResourceId String 發生事件所在資源的 Azure Resource Manager 資源識別碼。
類別 String 所發出的記錄/事件類型。
Location String 處理事件的區域。
OperationName String 裝置事件的型別。 例如,DeviceUpdateEvent、DeviceCertificateEvent。
ResultType String 事件的結果 - 成功失敗
ResultDescription String 更詳細的裝置事件描述。
屬性 動態 與裝置事件相關的其他屬性。
CorrelationId Guid 追蹤裝置事件的唯一標識符。
DurationMs int 以毫秒為單位的事件持續時間。
{
        "time": "2023-01-30T21:00:00.3984000Z",
        "resourceId": "/SUBSCRIPTIONS/0C9FBD24-F20B-4437-804B-BD7E0531E78F/RESOURCEGROUPS/TEST-RG-01/PROVIDERS/MICROSOFT.AZURESPHERE/CATALOGS/CAT001",
        "category": "DeviceEvents",
        "location": "westeurope",
        "operationName": "DeviceTelemetryEvent",
        "properties": {
            "CatalogId": "33333333-0000-3333-1111-333333333333",
            "DeviceId": "448EB27EDE8A7543A467B641D1A44A59BKC08RRR2B8F9B49B080EAB797DA3D875007EB942307B947951A70947F0E3EEEEEC466CF1280884EB7B124A0654E188D",
            "deviceTelemetryStartTimestampValue": "2020-01-17T16:33:45.0000000Z",
            "deviceTelemetryEndTimestampValue": "2020-01-18T16:33:45.0000000Z",
            "DeviceTelemetryEventType": "Unplanned",
            "DeviceTelemetryEventCount": "3",
            "DeviceTelemetryEventClass": "Application",
            "DeviceTelemetryEventCategory": "AppCrash",
            "DeviceTelemetryEventDescription": "AppCrash(pc=C5300000; lr=C5200CC; sp=81234567; signo=11; errno=12; code=13; component_id=cccccccc-dddd-cccc-cccc-cccccccccccc; pc_modulename+offset=libc.so.real+80000; lr_modulename+offset=app+100CC;)",
            "chipSku": "MT3620AN"
        },
        "resultType": "Failure",
        "resultDescription": "AppCrash(pc=C5300000; lr=C5200CC; sp=81234567; signo=11; errno=12; code=13; component_id=cccccccc-cccc-cccc-eeee-cccccccccccc; pc_modulename+offset=libc.so.real+80000; lr_modulename+offset=app+100CC;)",
        "correlationId": "9b97d73184716e4880280afa12821983",
        "durationMs": "180"
    }