Classes
TraceServiceClient
Service for collecting and viewing traces and spans within a trace.
TraceServiceConnection
The TraceServiceConnection
object for TraceServiceClient
.
TraceServiceConnectionIdempotencyPolicy
TraceServiceLimitedErrorCountRetryPolicy
A retry policy for TraceServiceConnection
based on counting errors.
TraceServiceLimitedTimeRetryPolicy
A retry policy for TraceServiceConnection
based on elapsed time.
TraceServiceRetryPolicy
The retry policy for TraceServiceConnection
.
Structs
TraceServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
TraceServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
TraceServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeTraceServiceConnection(Options)
A factory function to construct an object of type TraceServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of TraceServiceClient .
The optional options
argument may be used to configure aspects of the returned TraceServiceConnection
. Expected options are any of the types in the following option lists:
options
std::shared_ptr< TraceServiceConnection >
MakeDefaultTraceServiceConnectionIdempotencyPolicy()
std::unique_ptr< TraceServiceConnectionIdempotencyPolicy >

