ConditionalOnOpenTelemetryEnabled

@ConditionalOnClass(name = ["me.ahoo.wow.opentelemetry.WowInstrumenter"])
@ConditionalOnProperty(value = ["wow.opentelemetry.enabled"], matchIfMissing = true, havingValue = "true")
annotation class ConditionalOnOpenTelemetryEnabled

Types

Link copied to clipboard
object Companion