Class AddressValidationTelemetry
- Namespace
- Visus.AddressValidation.Diagnostics
- Assembly
- Visus.AddressValidation.dll
Provides the name shared by the ActivitySource and Meter used to emit traces and metrics for address validation operations.
public static class AddressValidationTelemetry
- Inheritance
-
AddressValidationTelemetry
- Inherited Members
Remarks
Pass SourceName to AddSource and AddMeter when configuring OpenTelemetry to
collect traces and metrics emitted by this library.
Fields
SourceName
The name shared by this library's ActivitySource and Meter.
public const string SourceName = "Visus.AddressValidation"