Resource: TraceScope
A trace scope is a collection of resources whose traces are queried together.
JSON representation |
---|
{ "name": string, "resourceNames": [ string ], "description": string, "createTime": string, "updateTime": string } |
Fields | |
---|---|
name |
Identifier. The resource name of the trace scope. For example:
|
resourceNames[] |
Required. Names of the projects that are included in this trace scope.
A trace scope can include a maximum of 20 projects. |
description |
Optional. Describes this trace scope. The maximum length of the description is 8000 characters. |
createTime |
Output only. The creation timestamp of the trace scope. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The last update timestamp of the trace scope. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
---|---|
|
Create a new TraceScope. |
|
Delete a TraceScope. |
|
Get TraceScope resource. |
|
List TraceScopes of a project in a particular location. |
|
Update a TraceScope. |