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: clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/TraceSpan.java
+9-27Lines changed: 9 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,9 @@ public final class TraceSpan extends com.google.api.client.json.GenericJson {
50
50
51
51
/**
52
52
* Collection of labels associated with the span. Label keys must be less than 128 bytes. Label
53
-
* values must be less than 16 kilobytes (10MB for `/stacktrace` values). Some predefined label
54
-
* keys exist, or you may create your own. When creating your own, we recommend the following
55
-
* formats: * `/category/product/key` for agents of well-known products (e.g.
56
-
* `/db/mongodb/read_size`). * `short_host/path/key` for domain-specific keys (e.g.
0 commit comments