Skip to content

Commit 8693a13

Browse files
chuttenbadboy
authored andcommitted
Add 'architecture' as a diagnostic category for data investigations [doc only]
1 parent 44c3ecc commit 8693a13

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/user/user/howto/investigating-data-issues/investigating-data-issues.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,23 @@ This document outlines several diagnostic categories and the insights they may o
6060
* Considerations:
6161
* Are there networking errors, ingestion issues, or other telemetry failures that could be related to the anomaly?
6262

63-
### 9\. Hardware Details (Manufacturer/Version) (Mobile platforms only)
63+
### 9\. Hardware Details (Manufacturer/Model) (Mobile platforms only)
6464

6565
* Purpose: Determine if the issue is hardware-specific.
6666
* Column Names: `client_info.device_manufacturer`, `client_info.device_model`
6767
* Considerations:
6868
* Does the anomaly occur primarily on older or newer hardware models?
6969

70-
### 10\. Ping reason
70+
### 10\. Build Details: Architecture
71+
72+
* Purpose: Determine if the issue is specific to a class of hardware or build configuration.
73+
* Column Name: `client_info.architecture`
74+
* Considerations:
75+
* Are affected clients only running builds built for a specific architecture?
76+
* Are all clients running builds built for a specific architecture affected?
77+
* Has the build configuration for this architecture changed recently?
78+
79+
### 11\. Ping reason
7180

7281
* Purpose: Determine the reason a ping was sent.
7382
* Column Names: `ping_info.reason`
@@ -78,7 +87,7 @@ This document outlines several diagnostic categories and the insights they may o
7887
* [`metrics` ping schedule and reasons](../../pings/metrics.md#scheduling)
7988
* [`events` ping schedule and reasons](../../pings/events.md#scheduling)
8089

81-
### 11\. No Data
90+
### 12\. No Data
8291

8392
* Purpose: Determine why a metric isn't included in a ping in which it is expected to be found.
8493
* Considerations:

0 commit comments

Comments
 (0)