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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis API, described in the \u003ccode\u003eTraceService\u003c/code\u003e file, is designed for collecting and viewing traces and spans, which represent operations and timed events within an application, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API available is 3.4.0, with several previous versions also listed, starting from 2.2.0 up until the latest version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTraceService\u003c/code\u003e class inherits from the \u003ccode\u003eObject\u003c/code\u003e class and is located within the \u003ccode\u003eGoogle.Cloud.Trace.V1\u003c/code\u003e namespace, contained in the \u003ccode\u003eGoogle.Cloud.Trace.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTraceService\u003c/code\u003e class provides static methods, \u003ccode\u003eBindService\u003c/code\u003e, to create a service definition or to register a service method with a service binder for server-side handling logic implementation.\u003c/p\u003e\n"],["\u003cp\u003eSpans, part of a trace, can span across multiple services to help view a collection of operations.\u003c/p\u003e\n"]]],[],null,[]]