Skip to content

Commit c1bc9cb

Browse files
Google APIscopybara-github
authored andcommitted
feat: add trace_id to Fleet Engine headers
PiperOrigin-RevId: 590330946
1 parent e1d4dfa commit c1bc9cb

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

google/maps/fleetengine/delivery/v1/header.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,8 @@ message DeliveryRequestHeader {
101101
// Android API level of the calling SDK, only applicable for the Android SDKs.
102102
// Field value example: `23`.
103103
int32 android_api_level = 11;
104+
105+
// Optional ID that can be provided for logging purposes in order to identify
106+
// the request.
107+
string trace_id = 12;
104108
}

google/maps/fleetengine/v1/header.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,8 @@ message RequestHeader {
101101
// Android API level of the calling SDK, only applicable for the Android SDKs.
102102
// Field value example: `23`.
103103
int32 android_api_level = 11;
104+
105+
// Optional ID that can be provided for logging purposes in order to identify
106+
// the request.
107+
string trace_id = 12;
104108
}

0 commit comments

Comments
 (0)