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, described in the \u003ccode\u003eTraceService\u003c/code\u003e class, is designed for collecting and viewing traces and spans, which are integral parts of monitoring application performance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTraceService\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Trace.V2\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.Trace.V2.dll\u003c/code\u003e assembly, providing functionality for managing traces within an application.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API is 3.6.0 and there are also older versions available for use, such as 2.2.0 which this documentation is currently highlighting.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTraceService\u003c/code\u003e includes methods such as \u003ccode\u003eBindService\u003c/code\u003e, which is used to create a service definition or register a service method for handling server-side logic.\u003c/p\u003e\n"],["\u003cp\u003eA trace is composed of multiple spans, which are individual timed events, and a single trace may involve spans from different services, all contributing to a single application operation or group of operations.\u003c/p\u003e\n"]]],[],null,[]]