Class TraceService (2.3.0)

public static class TraceService

This file describes an API for collecting and viewing traces and spans within a trace. A Trace is a collection of spans corresponding to a single operation or set of operations for an application. A span is an individual timed event which forms a node of the trace tree. A single trace may contain span(s) from multiple services.

Inheritance

Object > TraceService

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Methods

BindService(TraceService.TraceServiceBase)

public static ServerServiceDefinition BindService(TraceService.TraceServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl TraceService.TraceServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, TraceService.TraceServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, TraceService.TraceServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl TraceService.TraceServiceBase

An object implementing the server-side handling logic.