You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Direct Cloud Logging Connection (Recommended)
22
+
23
+
1.**Configure Parameters:** Configure the Cloud Logging query parameters directly within UI.
24
+
25
+
2.**Connect to Cloud Logging:** The Fleet Debugger can connect directly to your Google Cloud project's Cloud Logging. Click the `Sign in and Fetch Logs` button and follow the prompts to authenticate and grant access. You'll need appropriate IAM permissions (`roles/logging.viewer` which is also granted via `roles/viewer`) for the Fleet Debugger to read logs.
26
+
27
+
#### Log Files in JSON Format
28
+
29
+
1. Export your Fleet Engine logs from Cloud Logging using one of the following filters (customize as needed):
30
+
19
31
```sql
20
32
-- On-demand trips
21
33
resource.type="fleetengine.googleapis.com/Fleet"
@@ -47,29 +59,41 @@ AND (
47
59
```
48
60
49
61
2. Download the logs in JSON format and optionally zip them
50
-
3. Import the JSON/ZIP file to Fleet Debugger
62
+
3. Import the JSON/ZIP file to Fleet Debugger, using the `Load JSON or ZIP file instead` button.
51
63
52
64
> **Note**: All data processing happens client-side. Your logs remain in your browser's Local Storage and are not uploaded to Google/GitHub.
53
65
54
66
### Key Features
55
67
56
-
- Filter & inspect log messages with customizable table views
57
-
- View planned navigation routes with traffic conditions as experienced by drivers
58
-
- Replay vehicle movement (real time or time lapse)
59
-
- See requested vs. actual pickup and dropoff points
60
-
- View status changes (vehicle, trip, navigation)
61
-
- Analyze GPS data (location, accuracy, heading)
62
-
- Visualize multiple trips for one vehicle
63
-
- View [GPS accuracy](docs/GPSAccuracy.md), [speed](docs/Speed.md), and [heading](docs/Heading.md)
64
-
- Analyze [dwell times](docs/DwellTimes.md)
68
+
-**Filter & inspect log messages:** Use customizable table views to easily find and analyze specific log entries.
69
+
-**View planned navigation routes:** See the routes with traffic conditions as experienced by drivers (requires [Restricted Use Logs](#restricted-use-logs)).
70
+
-**Replay vehicle movement:** Observe vehicle movement in real time or at an accelerated time-lapse.
71
+
-**See requested vs. actual pickup and dropoff points:** (requires [Restricted Use Logs](#restricted-use-logs)).
72
+
-**View status changes:** Track changes in vehicle, trip, and navigation status.
73
+
-**Analyze GPS data:** Examine location, accuracy, and heading information.
74
+
-**Visualize multiple trips:** View all trips for a single vehicle.
75
+
-**Analyze GPS accuracy, speed, and heading:** Detailed analysis tools for these metrics ([GPS accuracy](docs/GPSAccuracy.md), [speed](docs/Speed.md), [heading](docs/Heading.md)).
76
+
-**Analyze dwell times:** Measure time spent at specific locations ([dwell times](docs/DwellTimes.md)).
77
+
-**Map and Timeslider Interaction:** Click directly on the map or the timeslider to select the nearest log event.
78
+
-**Tracking (Chevron):** Use the tracking button to keep the map centered on the current event during replay.
79
+
-**Exporting Logs:** Export loaded dataset to a local file for easy collaboration.
65
80
66
-
> **Note**: Planned navigation routes and Pickup/DropOff points requires enablement of [Restricted Use Logs](https://developers.google.com/maps/documentation/mobility/operations/cloud-logging/setup#enable_restricted_use_logs)
81
+
### Restricted Use Logs
82
+
83
+
Planned navigation routes and requested Pickup/Dropoff points require enablement of [Restricted Use Logs](https://developers.google.com/maps/documentation/mobility/operations/cloud-logging/setup#enable_restricted_use_logs).
84
+
85
+
### Managing Datasets
86
+
87
+
Each dataset (loaded from a file or Cloud Logging) has a dropdown menu:
88
+
89
+
-**Save (Export):** Save the current dataset as a JSON file.
90
+
-**Delete:** Remove the dataset from the Fleet Debugger. This clears the data from your browser's local storage.
67
91
68
92
### Restoring Demo Data
69
-
To restore the original demo data after overwriting it:
70
-
1. Long press the "Dataset 1" button
71
-
2. When prompted, do NOT upload a file
72
-
3.Refresh the page
93
+
94
+
To reload the original demo data:
95
+
1. Select "Delete" from `Dataset 1` dropdown menu.
96
+
2.Refresh the page. The demo data will be automatically reloaded into Dataset 1.
0 commit comments