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
Copy file name to clipboardExpand all lines: java-trace/grpc-google-cloud-trace-v2/src/main/java/com/google/devtools/cloudtrace/v2/TraceServiceGrpc.java
+29-29
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@
21
21
*
22
22
*
23
23
* <pre>
24
-
* This file describes an API for collecting and viewing traces and spans
25
-
* within a trace. A Trace is a collection of spans corresponding to a single
26
-
* operation or set of operations for an application. A span is an individual
27
-
* timed event which forms a node of the trace tree. A single trace may
28
-
* contain span(s) from multiple services.
24
+
* Service for collecting and viewing traces and spans within a trace.
25
+
* A trace is a collection of spans corresponding to a single
26
+
* operation or a set of operations in an application.
27
+
* A span is an individual timed event which forms a node of the trace tree.
28
+
* A single trace can contain spans from multiple services.
29
29
* </pre>
30
30
*/
31
31
@javax.annotation.Generated(
@@ -168,11 +168,11 @@ public TraceServiceFutureStub newStub(
168
168
*
169
169
*
170
170
* <pre>
171
-
* This file describes an API for collecting and viewing traces and spans
172
-
* within a trace. A Trace is a collection of spans corresponding to a single
173
-
* operation or set of operations for an application. A span is an individual
174
-
* timed event which forms a node of the trace tree. A single trace may
175
-
* contain span(s) from multiple services.
171
+
* Service for collecting and viewing traces and spans within a trace.
172
+
* A trace is a collection of spans corresponding to a single
173
+
* operation or a set of operations in an application.
174
+
* A span is an individual timed event which forms a node of the trace tree.
175
+
* A single trace can contain spans from multiple services.
Copy file name to clipboardExpand all lines: java-trace/proto-google-cloud-trace-v2/src/main/java/com/google/devtools/cloudtrace/v2/AttributeValue.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
*
23
23
*
24
24
* <pre>
25
-
* The allowed types for [VALUE] in a `[KEY]:[VALUE]` attribute.
25
+
* The allowed types for `[VALUE]` in a `[KEY]:[VALUE]` attribute.
26
26
* </pre>
27
27
*
28
28
* Protobuf type {@code google.devtools.cloudtrace.v2.AttributeValue}
0 commit comments