View Source GoogleApi.CloudTrace.V1.Api.Projects (google_api_cloud_trace v0.23.2)
API calls for all endpoints tagged Projects
.
Summary
Functions
Sends new traces to Cloud Trace or updates existing traces. If the ID of a trace that you send matches that of an existing trace, any fields in the existing trace and its spans are overwritten by the provided values, and any new fields provided are merged with the existing trace data. If the ID does not match, a new trace is created.
Gets a single trace by its ID.
Returns a list of traces that match the specified filter conditions.
Functions
cloudtrace_projects_patch_traces(connection, project_id, optional_params \\ [], opts \\ [])
View Source@spec cloudtrace_projects_patch_traces( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.CloudTrace.V1.Model.Empty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Sends new traces to Cloud Trace or updates existing traces. If the ID of a trace that you send matches that of an existing trace, any fields in the existing trace and its spans are overwritten by the provided values, and any new fields provided are merged with the existing trace data. If the ID does not match, a new trace is created.
Parameters
-
connection
(type:GoogleApi.CloudTrace.V1.Connection.t
) - Connection to server -
project_id
(type:String.t
) - Required. ID of the Cloud project where the trace data is stored. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.CloudTrace.V1.Model.Traces.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.CloudTrace.V1.Model.Empty{}}
on success -
{:error, info}
on failure
cloudtrace_projects_traces_get(connection, project_id, trace_id, optional_params \\ [], opts \\ [])
View Source@spec cloudtrace_projects_traces_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.CloudTrace.V1.Model.Trace.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a single trace by its ID.
Parameters
-
connection
(type:GoogleApi.CloudTrace.V1.Connection.t
) - Connection to server -
project_id
(type:String.t
) - Required. ID of the Cloud project where the trace data is stored. -
trace_id
(type:String.t
) - Required. ID of the trace to return. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.CloudTrace.V1.Model.Trace{}}
on success -
{:error, info}
on failure
cloudtrace_projects_traces_list(connection, project_id, optional_params \\ [], opts \\ [])
View Source@spec cloudtrace_projects_traces_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.CloudTrace.V1.Model.ListTracesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Returns a list of traces that match the specified filter conditions.
Parameters
-
connection
(type:GoogleApi.CloudTrace.V1.Connection.t
) - Connection to server -
project_id
(type:String.t
) - Required. ID of the Cloud project where the trace data is stored. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:endTime
(type:DateTime.t
) - End of the time interval (inclusive) during which the trace data was collected from the application. -
:filter
(type:String.t
) - Optional. A filter against labels for the request. By default, searches use prefix matching. To specify exact match, prepend a plus symbol (+
) to the search term. Multiple terms are ANDed. Syntax:root:NAME_PREFIX
orNAME_PREFIX
: Return traces where any root span starts withNAME_PREFIX
.+root:NAME
or+NAME
: Return traces where any root span's name is exactlyNAME
.span:NAME_PREFIX
: Return traces where any span starts withNAME_PREFIX
.+span:NAME
: Return traces where any span's name is exactlyNAME
.latency:DURATION
: Return traces whose overall latency is greater or equal to thanDURATION
. Accepted units are nanoseconds (ns
), milliseconds (ms
), and seconds (s
). Default isms
. For example,latency:24ms
returns traces whose overall latency is greater than or equal to 24 milliseconds.label:LABEL_KEY
: Return all traces containing the specified label key (exact match, case-sensitive) regardless of the key:value pair's value (including empty values).LABEL_KEY:VALUE_PREFIX
: Return all traces containing the specified label key (exact match, case-sensitive) whose value starts withVALUE_PREFIX
. Both a key and a value must be specified.+LABEL_KEY:VALUE
: Return all traces containing a key:value pair exactly matching the specified text. Both a key and a value must be specified.method:VALUE
: Equivalent to/http/method:VALUE
.url:VALUE
: Equivalent to/http/url:VALUE
. -
:orderBy
(type:String.t
) - Optional. Field used to sort the returned traces. Can be one of the following:trace_id
name
(name
field of root span in the trace)duration
(difference betweenend_time
andstart_time
fields of the root span)start
(start_time
field of the root span) Descending order can be specified by appendingdesc
to the sort field (for example,name desc
). Only one sort field is permitted. -
:pageSize
(type:integer()
) - Optional. Maximum number of traces to return. If not specified or <= 0, the implementation selects a reasonable value. The implementation may return fewer traces than the requested page size. -
:pageToken
(type:String.t
) - Token identifying the page of results to return. If provided, use the value of thenext_page_token
field from a previous request. -
:startTime
(type:DateTime.t
) - Start of the time interval (inclusive) during which the trace data was collected from the application. -
:view
(type:String.t
) - Optional. Type of data returned for traces in the list. Default isMINIMAL
.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.CloudTrace.V1.Model.ListTracesResponse{}}
on success -
{:error, info}
on failure