Module: Google::Apis::CloudtraceV1
- Defined in:
- generated/google/apis/cloudtrace_v1.rb,
generated/google/apis/cloudtrace_v1/classes.rb,
generated/google/apis/cloudtrace_v1/service.rb,
generated/google/apis/cloudtrace_v1/representations.rb
Overview
Cloud Trace API
Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.
Defined Under Namespace
Classes: CloudTraceService, Empty, ListTracesResponse, Trace, TraceSpan, Traces
Constant Summary collapse
- VERSION =
'V1'
- REVISION =
'20200805'
- AUTH_CLOUD_PLATFORM =
View and manage your data across Google Cloud Platform services
'https://www.googleapis.com/auth/cloud-platform'
- AUTH_TRACE_APPEND =
Write Trace data for a project or application
'https://www.googleapis.com/auth/trace.append'
- AUTH_TRACE_READONLY =
Read Trace data for a project or application
'https://www.googleapis.com/auth/trace.readonly'