Class ObservabilityConfig
Inherited Members
Namespace: LaunchDarkly.Observability
Assembly: LaunchDarkly.Observability.dll
Syntax
public class ObservabilityConfig
Properties
| Edit this page View SourceBackendUrl
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 |
Environment
The environment for the service.
Declaration
public string Environment { get; }
Property Value
Type | Description |
---|---|
string |
ExtendedLoggerConfiguration
Function which extends the configuration of the logger provider.
Declaration
public Action<LoggerProviderBuilder> ExtendedLoggerConfiguration { get; }
Property Value
Type | Description |
---|---|
Action<LoggerProviderBuilder> |
ExtendedMeterConfiguration
Function which extends the configuration of the meter provider.
Declaration
public Action<MeterProviderBuilder> ExtendedMeterConfiguration { get; }
Property Value
Type | Description |
---|---|
Action<MeterProviderBuilder> |
ExtendedTracerConfiguration
Function which extends the configuration of the tracer provider.
Declaration
public Action<TracerProviderBuilder> ExtendedTracerConfiguration { get; }
Property Value
Type | Description |
---|---|
Action<TracerProviderBuilder> |
OtlpEndpoint
The configured OTLP endpoint.
Declaration
public string OtlpEndpoint { get; }
Property Value
Type | Description |
---|---|
string |
SdkKey
The LaunchDarkly SDK key.
Declaration
public string SdkKey { get; }
Property Value
Type | Description |
---|---|
string |
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 |
ServiceVersion
The version of the service.
Declaration
public string ServiceVersion { get; }
Property Value
Type | Description |
---|---|
string |