César
César
Add instrumentation suppressing context key to the exporter. Similar to what was done for OkHttp-related exporters [here](https://github.com/open-telemetry/opentelemetry-java/pull/5918).
OpenTelemetry has become the observability data industry standard for several platforms, especially related to backend services, and, while it probably was not foreseeable at the time of its creation, it...
Related to [this issue](https://github.com/open-telemetry/opentelemetry-android/issues/214). POC display. Not meant to be merged. The tests haven't been updated for this poc so the Github checks are not supposed to pass. The purpose...
Currently, the `ActivityTracer` and `FragmentTracer` tools create spans with only the verb as name, which causes too low cardinality when analyzing the data later on. For example, the screenshot below...
The current [global attributes appender](https://github.com/open-telemetry/opentelemetry-android/blob/d5bfdeb2b5ce43531fb53ce4ed41c46dab365a4a/instrumentation/src/main/java/io/opentelemetry/android/GlobalAttributesSpanAppender.java#L29) is targeted to Spans only (most likely due to historical reasons), this can cause issues such as some signals not having key dynamic attributes such...
The OTel Android library is essentially an OTel Java SDK wrapper that adds very useful features for Android apps on top. This provides huge value when it comes to adopting...
Android devices' clocks can be inaccurate, which can cause issues when analyzing distributed traces. One option that helps and doesn't rely on vendor-specific capabilities would be to get the real-time...