Skip to content

Commit c6dddef

Browse files
Google APIscopybara-github
authored andcommitted
feat: add source telemetry agent URI to the endpoint info
PiperOrigin-RevId: 460906095
1 parent 2fc4a7e commit c6dddef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/networkmanagement/v1beta1/trace.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,9 @@ message EndpointInfo {
611611

612612
// URI of the network where this packet is sent to.
613613
string destination_network_uri = 7;
614+
615+
// URI of the source telemetry agent this packet originates from.
616+
string source_agent_uri = 8;
614617
}
615618

616619
// Details of the final state "deliver" and associated resource.

0 commit comments

Comments
 (0)