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.
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, TraceService, is designed for the collection and viewing of traces and spans within a trace, which are used to monitor application performance.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this specific API is 3.6.0, with versions ranging down to 2.2.0 accessible, allowing access to previous versions.\u003c/p\u003e\n"],["\u003cp\u003eTraceService is a static class that inherits from the \u003ccode\u003eObject\u003c/code\u003e class and is found within the \u003ccode\u003eGoogle.Cloud.Trace.V2\u003c/code\u003e namespace, included in the \u003ccode\u003eGoogle.Cloud.Trace.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method is used to create or register a service definition with a server, with one version accepting a \u003ccode\u003eTraceService.TraceServiceBase\u003c/code\u003e object and another with a \u003ccode\u003eServiceBinderBase\u003c/code\u003e object as well.\u003c/p\u003e\n"]]],[],null,[]]