ApplicationMetrics

data class ApplicationMetrics(val startUpTimeMs: Long? = null) : ReportingData

Represents reporting data payload related to application performance metrics.

Constructors

Link copied to clipboard
constructor(startUpTimeMs: Long? = null)

Properties

Link copied to clipboard
open override val data: MutableMap<String, Any>

The data payload container.

Link copied to clipboard
val startUpTimeMs: Long? = null

The time, in milliseconds, it takes to start the application.