ActivityTrackingOptions Enumeração

Definição

Define os sinalizadores para indicar quais partes do contexto de rastreamento devem ser incluídas nos escopos de registro em log.Defines the flags to indicate which trace context parts should be included with the logging scopes.

Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit dos valores membros dela.

public enum class ActivityTrackingOptions
[System.Flags]
public enum ActivityTrackingOptions
[<System.Flags>]
type ActivityTrackingOptions = 
Public Enum ActivityTrackingOptions
Herança
ActivityTrackingOptions
Atributos

Campos

None 0

Nenhuma das partes do contexto de rastreamento será incluída no registro em log.None of the trace context part will be included in the logging.

ParentId 4

A ID Pai será incluída no registro em log.Parent Id will be included in the logging.

SpanId 1

A ID de Extensão será incluída no registro em log.Span Id will be included in the logging.

TraceFlags 16

Os sinalizadores de rastreamento serão incluídos no registro em log.Trace flags will be included in the logging.

TraceId 2

A ID de Rastreamento será incluída no registro em log.Trace Id will be included in the logging.

TraceState 8

O Estado de Rastreamento será incluído no registro em log.Trace State will be included in the logging.

Aplica-se a