LaunchDarkly Observability plugin for the Server-Side SDK for .NET
Search Results for

    Show / Hide Table of Contents

    Class ObservabilityConfig

    Inheritance
    object
    ObservabilityConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Observability
    Assembly: LaunchDarkly.Observability.dll
    Syntax
    public class ObservabilityConfig

    Properties

    | Edit this page View Source

    BackendUrl

    The configured back-end URL.

    This is used for non-telemetry operations such as accessing the sampling configuration.

    Declaration
    public string BackendUrl { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Environment

    The environment for the service.

    Declaration
    public string Environment { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ExtendedLoggerConfiguration

    Function which extends the configuration of the logger provider.

    Declaration
    public Action<LoggerProviderBuilder> ExtendedLoggerConfiguration { get; }
    Property Value
    Type Description
    Action<LoggerProviderBuilder>
    | Edit this page View Source

    ExtendedMeterConfiguration

    Function which extends the configuration of the meter provider.

    Declaration
    public Action<MeterProviderBuilder> ExtendedMeterConfiguration { get; }
    Property Value
    Type Description
    Action<MeterProviderBuilder>
    | Edit this page View Source

    ExtendedTracerConfiguration

    Function which extends the configuration of the tracer provider.

    Declaration
    public Action<TracerProviderBuilder> ExtendedTracerConfiguration { get; }
    Property Value
    Type Description
    Action<TracerProviderBuilder>
    | Edit this page View Source

    OtlpEndpoint

    The configured OTLP endpoint.

    Declaration
    public string OtlpEndpoint { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SdkKey

    The LaunchDarkly SDK key.

    Declaration
    public string SdkKey { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ServiceName

    The name of the service.

    The service name is used for adding resource attributes. If a service name is not defined, then the service version will also not be included in the resource attributes.

    Declaration
    public string ServiceName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ServiceVersion

    The version of the service.

    Declaration
    public string ServiceVersion { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX