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. Spans for a single trace
may span multiple services.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the TraceService API is 3.4.0, with multiple previous versions accessible, including 2.2.0, the version being documented."],["TraceService is used to collect and view traces and spans, where a trace is a collection of spans that represent a single operation or set of operations."],["The `BindService` method is provided in two formats for registering service methods, one to create a service definition that can be registered with a server, and another to register with a service binder with or without implementation."],["TraceService inherits from the base Object class and includes methods like GetHashCode, GetType, MemberwiseClone, and ToString, and it is within the Google.Cloud.Trace.V1 namespace."],["TraceService utilizes the Google.Cloud.Trace.V1.dll assembly and contains methods that use `TraceService.TraceServiceBase`, which implements server-side logic, and `ServiceBinderBase` to call `AddMethod`."]]],[]]