DataDog / dd-sdk-android

Datadog SDK for Android (Compatible with Kotlin and Java)
Apache License 2.0
146 stars 59 forks source link

setTelemetrySampleRate, explanation #1980

Closed Jaeger87 closed 4 months ago

Jaeger87 commented 4 months ago

Question

What should I expect if I change the telemetry value?

xgouchet commented 4 months ago

Hi @Jaeger87 , this api is there to set the sample rate for Internal Telemetry. Essentially this allows you to limit or expand how much data we (Datadog) can track about how the SDK works. This lets us keep a track on the performance and usage of the SDK. By default it's set to 20%.

Jaeger87 commented 4 months ago

Ok, now is clear what telemetry means, thank you!

xgouchet commented 4 months ago

You're welcome, feel free to open more question if you need to :)