trace

package
v0.0.0-...-8c6c420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 63

Documentation

Overview

Package trace aliases all exported identifiers in package "cloud.google.com/go/trace/apiv1/tracepb".

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index

Constants

View Source
const (
	ListTracesRequest_COMPLETE              = src.ListTracesRequest_COMPLETE
	ListTracesRequest_MINIMAL               = src.ListTracesRequest_MINIMAL
	ListTracesRequest_ROOTSPAN              = src.ListTracesRequest_ROOTSPAN
	ListTracesRequest_VIEW_TYPE_UNSPECIFIED = src.ListTracesRequest_VIEW_TYPE_UNSPECIFIED
	TraceSpan_RPC_CLIENT                    = src.TraceSpan_RPC_CLIENT
	TraceSpan_RPC_SERVER                    = src.TraceSpan_RPC_SERVER
	TraceSpan_SPAN_KIND_UNSPECIFIED         = src.TraceSpan_SPAN_KIND_UNSPECIFIED
)

Deprecated: Please use consts in: cloud.google.com/go/trace/apiv1/tracepb

Variables

View Source
var (
	File_google_devtools_cloudtrace_v1_trace_proto = src.File_google_devtools_cloudtrace_v1_trace_proto
	ListTracesRequest_ViewType_name                = src.ListTracesRequest_ViewType_name
	ListTracesRequest_ViewType_value               = src.ListTracesRequest_ViewType_value
	TraceSpan_SpanKind_name                        = src.TraceSpan_SpanKind_name
	TraceSpan_SpanKind_value                       = src.TraceSpan_SpanKind_value
)

Deprecated: Please use vars in: cloud.google.com/go/trace/apiv1/tracepb

Functions

func RegisterTraceServiceServer deprecated

func RegisterTraceServiceServer(s *grpc.Server, srv TraceServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/trace/apiv1/tracepb

Types

type GetTraceRequest deprecated

type GetTraceRequest = src.GetTraceRequest

The request message for the `GetTrace` method.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type ListTracesRequest deprecated

type ListTracesRequest = src.ListTracesRequest

The request message for the `ListTraces` method. All fields are required unless specified.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type ListTracesRequest_ViewType deprecated

type ListTracesRequest_ViewType = src.ListTracesRequest_ViewType

Type of data returned for traces in the list.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type ListTracesResponse deprecated

type ListTracesResponse = src.ListTracesResponse

The response message for the `ListTraces` method.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type PatchTracesRequest deprecated

type PatchTracesRequest = src.PatchTracesRequest

The request message for the `PatchTraces` method.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type Trace deprecated

type Trace = src.Trace

A trace describes how long it takes for an application to perform an operation. It consists of a set of spans, each of which represent a single timed event within the operation.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type TraceServiceClient deprecated

type TraceServiceClient = src.TraceServiceClient

TraceServiceClient is the client API for TraceService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

func NewTraceServiceClient deprecated

func NewTraceServiceClient(cc grpc.ClientConnInterface) TraceServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/trace/apiv1/tracepb

type TraceServiceServer deprecated

type TraceServiceServer = src.TraceServiceServer

TraceServiceServer is the server API for TraceService service.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type TraceSpan deprecated

type TraceSpan = src.TraceSpan

A span represents a single timed event within a trace. Spans can be nested and form a trace tree. Often, a trace contains a root span that describes the end-to-end latency of an operation and, optionally, one or more subspans for its suboperations. Spans do not need to be contiguous. There may be gaps between spans in a trace.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type TraceSpan_SpanKind deprecated

type TraceSpan_SpanKind = src.TraceSpan_SpanKind

Type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type Traces deprecated

type Traces = src.Traces

List of new or updated traces.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

type UnimplementedTraceServiceServer deprecated

type UnimplementedTraceServiceServer = src.UnimplementedTraceServiceServer

UnimplementedTraceServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/trace/apiv1/tracepb

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL