Class FunctionsDiagnostics
Names of the diagnostic sources the Functions client emits to. Pass these when wiring up
OpenTelemetry so you don't have to hardcode (case-sensitive) source names:
TracerProviderBuilder.AddSource(FunctionsDiagnostics.SourceName) and
MeterProviderBuilder.AddMeter(FunctionsDiagnostics.SourceName).
public static class FunctionsDiagnostics
- Inheritance
-
FunctionsDiagnostics
- Inherited Members
Fields
SourceName
The name shared by the Functions client's ActivitySource and Meter.
public const string SourceName = "Supabase.Functions"