Table of Contents

Class TracingConfig

public class TracingConfig
Inheritance
object
TracingConfig

Properties

GroupId

Optional. The group id to attach to this trace to enable filtering and grouping in the Traces Dashboard.

public string GroupId { get; set; }

Property Value

string

Metadata

Optional. The arbitrary metadata to attach to this trace to enable filtering in the Traces Dashboard.

public Dictionary<string, object> Metadata { get; set; }

Property Value

Dictionary<string, object>

WorkflowName

Optional. The name of the workflow to attach to this trace. This is used to name the trace in the Traces Dashboard.

public string WorkflowName { get; set; }

Property Value

string