public sealed class SpanContext : IMessage<SpanContext>, IEquatable<SpanContext>, IDeepCloneable<SpanContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class SpanContext.
The context of a span. This is attached to an
[Exemplar][google.api.Distribution.Exemplar]
in [Distribution][google.api.Distribution] values during aggregation.
[[["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-04-17 UTC."],[[["The `SpanContext` class provides context for spans, which are attached to `Exemplar` in `Distribution` values during aggregation within the Google Cloud Monitoring v3 API."],["The `SpanContext` class contains the `SpanName` property, which represents the resource name of the span in the format: `projects/[PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]`."],["This API has a range of versions from 2.3.0 to 3.15.0, with 3.15.0 being the latest version, and it is all related to the `Google.Cloud.Monitoring.V3.SpanContext` class."],["The `SpanContext` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits members such as `GetHashCode`, `GetType`, and `ToString` from the base `object` class."]]],[]]