Observe mobile device behavior

Cloud Observability handles end-to-end mobile-initiated transactions from the end-user button clicks down to database queries. Cloud Observability is based on the OpenTelemetry open standard and specifically intended to work across heterogeneous system architectures.

Cardinality

Cloud Observability’s architecture handles unlimited cardinality, which is particularly useful for mobile platforms where the number of unique devices, users, locations, and other important attribute information that can easily reach high orders of magnitude.

Streams and targeted queries

Mobile use cases also lend themselves to setting up Streams for common segmentations such as device type, application version, and geographical region that may show different performance characteristics across segments. Check out the Explorer view for ways to use Cloud Observability to identify important segmentations in your system performance.

Practical guidance

Make sure to close/flush your spans when the app goes into the background, to prevent very long (and not very useful) span/trace data later. Leverage your existing telemetry mechanisms from the mobile device to carry span data.

For examples and information about tracers for mobile apps, see the Android and Objective-C Git repos.

See also

Use attributes and log events to find issues fast

Updated Jul 27, 2023