Table of Contents

Interface ApiBuilderSteps.ITracingStep

Namespace
BytLabs.Api
Assembly
BytLabs.Api.dll

Configuration step for tracing setup.

public interface ApiBuilderSteps.ITracingStep

Methods

WithTracing(Action<TracerProviderBuilder>?)

Configures tracing services.

ApiBuilderSteps.IHealthCheckStep WithTracing(Action<TracerProviderBuilder>? configureMetrics = null)

Parameters

configureMetrics Action<TracerProviderBuilder>

Optional action to configure the tracer provider.

Returns

ApiBuilderSteps.IHealthCheckStep

The next configuration step for health check setup.