Azure Sphere の監視データ リファレンス
- [アーティクル]
-
-
次のセクションでは、Azure Sphere によって作成されたメトリックとログを一覧表示します。
メトリック
メトリック |
診断設定を使用してエクスポート可能 |
メトリックの表示名 |
ユニット |
集計の種類 |
説明 |
Dimensions |
DeviceRequestsCount |
はい |
Device Requests (デバイス要求) |
Count |
Count |
Azure Sphere デバイスによって送信されたすべての要求の数。 |
DeviceId、OperationName、ResultType |
DeviceEventsCount |
はい |
デバイス イベント |
Count |
Count |
Azure Sphere デバイスによって生成されたすべてのイベントの数。 |
DeviceId、EventCategory、EventClass、EventType |
リソース ログ
監査ログ
フィールド名 |
データ型 |
説明 |
Time |
DateTime |
このイベントが発生した日時 (UTC)。 |
ResourceId |
String |
イベントが発生した Azure Sphere カタログの Azure Resource Manager リソース ID。 |
カテゴリ |
String |
出力されるログ/イベントの種類。 |
Location |
String |
イベントの発生場所。 |
OperationName |
String |
イベント中に実行されるアクションの種類。 たとえば、 CatalogUpdate、 ProductDeleteなどです。 |
ResultType |
String |
イベントの結果 ( Success または Failure。 |
ResultDescription |
String |
ログまたはイベントの詳細な説明。 |
ID |
動的 |
ログまたはイベントを担当するユーザーまたはアプリケーションの ID。 |
プロパティ |
動的 |
ログまたはイベントに関連する追加のプロパティ。 |
CorrelationId |
GUID |
イベントの一意の ID です。 |
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 リソース ID。 |
カテゴリ |
String |
出力されるログ/イベントの種類。 |
Location |
String |
イベントが処理されたリージョン。 |
OperationName |
String |
デバイス イベントの種類。 たとえば、DeviceUpdateEvent、DeviceCertificateEvent などです。 |
ResultType |
String |
イベントの結果 ( Success または Failure。 |
ResultDescription |
String |
デバイス イベントの詳細な説明。 |
プロパティ |
動的 |
デバイス イベントに関連する追加のプロパティ。 |
CorrelationId |
GUID |
デバイス イベントを追跡する一意の ID。 |
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"
}