TracingClientOptions interface

Options that can be passed to createTracingClient

Properties

namespace

The value of the az.namespace tracing attribute on newly created spans.

packageName

The name of the package invoking this trace.

packageVersion

An optional version of the package invoking this trace.

Property Details

namespace

The value of the az.namespace tracing attribute on newly created spans.

namespace: string

Property Value

string

packageName

The name of the package invoking this trace.

packageName: string

Property Value

string

packageVersion

An optional version of the package invoking this trace.

packageVersion?: string

Property Value

string