TelemetryAttribute

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

Properties

Link copied to clipboard
const val CALLING_APP: String

The package name of the application that requested the work over IPC, or self when it originated in-process. Lets a report be traced back to the integrating app that triggered it.

Link copied to clipboard
const val ERROR_TYPE: String

The simple class name of a reported throwable.

Link copied to clipboard
const val HOST: String

The origin (scheme://host[:port]) an HTTP request was sent to.

Link copied to clipboard
const val METHOD: String

The HTTP method of the observed request.

Link copied to clipboard
const val OPERATION: String

The logical SDK operation being performed, such as resource.get.

Link copied to clipboard
const val OUTCOME: String

Whether the observed operation succeeded: one of OUTCOME_SUCCESS or OUTCOME_ERROR.

Link copied to clipboard

Value of OUTCOME for an operation that ended in a throwable.

Link copied to clipboard

Value of OUTCOME for an operation that completed normally.

Link copied to clipboard
const val SPAN: String

The name of the span an exception was reported from.