type cloud.google.com/go/trace/apiv2.Client
10 uses
cloud.google.com/go/trace/apiv2 (current package)
trace_client.go#L74: type Client struct {
trace_client.go#L98: func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
trace_client.go#L118: c := &Client{
trace_client.go#L133: func (c *Client) Connection() *grpc.ClientConn {
trace_client.go#L139: func (c *Client) Close() error {
trace_client.go#L146: func (c *Client) setGoogleClientInfo(keyval ...string) {
trace_client.go#L154: func (c *Client) BatchWriteSpans(ctx context.Context, req *cloudtracepb.BatchWriteSpansRequest, opts ...gax.CallOption) error {
trace_client.go#L172: func (c *Client) CreateSpan(ctx context.Context, req *cloudtracepb.Span, opts ...gax.CallOption) (*cloudtracepb.Span, error) {
contrib.go.opencensus.io/exporter/stackdriver
trace.go#L44: client *tracingclient.Client
trace.go#L63: func newTraceExporterWithClient(o Options, c *tracingclient.Client) *traceExporter {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |