Package-level declarations

Types

Link copied to clipboard
object Telemetry

The entry point for Android Solid Services telemetry.

Link copied to clipboard

The attribute and metric names Android Solid Services reports on its own spans.

Link copied to clipboard

A timed outbound HTTP request reported to the installed TelemetrySink.

Link copied to clipboard
interface TelemetrySink

Receives the performance and error signals emitted by Android Solid Services.

Link copied to clipboard
interface TelemetrySpan

A timed unit of work reported to the installed TelemetrySink.

Functions

Link copied to clipboard
inline fun <T> traced(name: String, block: (TelemetrySpan) -> T): T

Runs block inside a span named name, stopping the span even if block throws.