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 latest version available for the Google Cloud Monitoring v3 API class SpanContext is 3.15.0, with multiple previous versions ranging down to version 2.3.0."],["SpanContext is a class within the Google.Cloud.Monitoring.V3 namespace, providing context for spans attached to Exemplar values during aggregation."],["The SpanContext class implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `SpanName` property within SpanContext represents the resource name of a span, following a specific format that includes project, trace, and span IDs."],["This class has two constructors, a default one, and another that can be passed an instance of a SpanContext object."]]],[]]