Table of Contents

Class PostgrestDiagnostics

Namespace
Supabase.Postgrest
Assembly
Supabase.Postgrest.dll

Names of the diagnostic sources the Postgrest client emits to. Pass these when wiring up OpenTelemetry so you don't have to hardcode (case-sensitive) source names: TracerProviderBuilder.AddSource(PostgrestDiagnostics.SourceName) and MeterProviderBuilder.AddMeter(PostgrestDiagnostics.SourceName).

public static class PostgrestDiagnostics
Inheritance
PostgrestDiagnostics
Inherited Members

Fields

SourceName

The name shared by the Postgrest client's ActivitySource and Meter.

public const string SourceName = "Supabase.Postgrest"

Field Value

string