Android
Use OpenTelemetry in apps running on Android platforms
Ви переглядаєте англійську версію сторінки, тому що її ще не було повністю перекладеною українською. Бажаєте допомогти? Дивіться як взяти Участь.
PS. Неофіційний український переклад (не перевірений і не ухвалений OpenTelemetry) доступний на сайті члена спільноти, створеному на основі PR #5891. Ми надаємо це посилання як тимчасовий захід підтримки українських читачів та потенційних учасників, доки не буде готовий офіційний переклад.
Client-side applications present unique challenges for observability compared to server-side workloads. These apps run on devices you don’t control, with varying network conditions, hardware capabilities, and user behaviors.
Traditional server-side monitoring gives you visibility into your backend systems, but misses the complete picture of user experience. Client-side observability helps you:
When instrumenting client apps, consider these factors:
OpenTelemetry supports Real User Monitoring (RUM) patterns that capture how real users experience your application:
Client telemetry becomes most valuable when connected to your backend traces. Propagate trace context through your HTTP requests to maintain end-to-end visibility:
Client App → API Gateway → Backend Services → Database
│ │ │ │
└──────────────┴──────────────┴──────────────┘
Correlated Traces
Configure your client SDK to inject trace headers (traceparent, tracestate)
and ensure your backend services propagate this context through their
operations.
Use OpenTelemetry in apps running on Android platforms
Use OpenTelemetry in apps running on iOS and iPadOS
Use OpenTelemetry in apps running on web browsers
Чи була ця сторінка корисною?
Thank you. Your feedback is appreciated!
Please let us know how we can improve this page. Your feedback is appreciated!