Skip to content

Commit 9548adf

Browse files
committed
no message
1 parent 24acaff commit 9548adf

File tree

1 file changed

+2
-2
lines changed
  • sdk/@launchdarkly/observability-android/lib/src/main/kotlin/com/launchdarkly/observability/sdk

1 file changed

+2
-2
lines changed

sdk/@launchdarkly/observability-android/lib/src/main/kotlin/com/launchdarkly/observability/sdk/LDObserve.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import io.opentelemetry.api.trace.Span
1010
/**
1111
* LDObserve is the singleton entry point for recording observability data such as
1212
* metrics, logs, errors, and traces. It is recommended to use the [com.launchdarkly.observability.plugin.Observability] plugin
13-
* with the LaunchDarkly Android Client SDK, as that will automatically initialize the
14-
* [LDObserve] singleton instance.
13+
* with the LaunchDarkly Android Client SDK, as that will automatically initialize the [LDObserve] singleton instance.
1514
*
1615
* @constructor Creates an LDObserve instance with the provided [Observe].
1716
* @param client The [Observe] to which observability data will be forwarded.
1817
*/
1918
class LDObserve(private val client: Observe) : Observe {
19+
2020
override fun recordMetric(metric: Metric) {
2121
client.recordMetric(metric)
2222
}

0 commit comments

Comments
 (0)