Reference documentation and code samples for the Cloud Trace V1 API module Google::Cloud::Trace::V1::ListTracesRequest::ViewType.
Type of data returned for traces in the list.
Constants
VIEW_TYPE_UNSPECIFIED
value: 0 Default is MINIMAL if unspecified.
MINIMAL
value: 1 Minimal view of the trace record that contains only the project
and trace IDs.
ROOTSPAN
value: 2 Root span view of the trace record that returns the root spans along
with the minimal trace data.
COMPLETE
value: 3 Complete view of the trace record that contains the actual trace data.
This is equivalent to calling the REST get or RPC GetTrace method
using the ID of each listed trace.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]