Table of Contents

Class ConjectureObservability

Namespace
Conjecture.Core
Assembly
Conjecture.Core.dll

Static singletons for Conjecture's OpenTelemetry ActivitySource and Meter.

public static class ConjectureObservability
Inheritance
ConjectureObservability
Inherited Members

Properties

ActivitySource

Gets the ActivitySource used to emit Conjecture trace spans.

public static ActivitySource ActivitySource { get; }

Property Value

ActivitySource

Meter

Gets the Meter used to emit Conjecture metrics.

public static Meter Meter { get; }

Property Value

Meter