Class TraceReportContext
Inheritance
TraceReportContext
Assembly: Inttegro.dll
Syntax
public sealed record TraceReportContext : IEquatable<TraceReportContext>
Constructors
|
Edit this page
View Source
TraceReportContext(string, string)
Declaration
public TraceReportContext(string TraceId, string SpanId)
Parameters
Properties
|
Edit this page
View Source
SpanId
Declaration
[JsonPropertyName("spanId")]
public string SpanId { get; init; }
Property Value
|
Edit this page
View Source
TraceId
Declaration
[JsonPropertyName("traceId")]
public string TraceId { get; init; }
Property Value
Implements