Table of Contents

Property SpanDestinationNameFormatter

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

SpanDestinationNameFormatter

Gets or sets a function that formats the destination name used in span names.

public Func<string, string>? SpanDestinationNameFormatter { get; set; }

Property Value

Func<string, string>

Remarks

The input is the raw NATS subject. This only changes activity names, not telemetry tags.