REST Resource: vitals.lmkrate
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Recurso: LmkRateMetricSet
Es un recurso singleton que representa el conjunto de métricas de LMK (cierre por falta de memoria).
Este conjunto de métricas contiene datos de LMK combinados con datos de uso para producir una métrica normalizada independiente de los recuentos de usuarios.
Períodos de agregación admitidos:
DAILY
: Las métricas se agregan en intervalos de fechas del calendario. Debido a limitaciones históricas, la única zona horaria admitida es America/Los_Angeles
.
Métricas admitidas:
userPerceivedLmkRate
(google.type.Decimal
): Es el porcentaje de usuarios distintos en el período de agregación que experimentaron al menos un error de LMK mientras usaban tu app de forma activa (un error de LMK percibido por el usuario). Se considera que una app está en uso activo si muestra actividad o ejecuta cualquier servicio en primer plano.
userPerceivedLmkRate7dUserWeighted
(google.type.Decimal
): Valor del promedio móvil de userPerceivedLmkRate
en los últimos 7 días. Los valores diarios se ponderan según el recuento de usuarios distintos del día.
userPerceivedLmkRate28dUserWeighted
(google.type.Decimal
): Valor del promedio móvil de userPerceivedLmkRate
en los últimos 28 días. Los valores diarios se ponderan según el recuento de usuarios distintos del día.
distinctUsers
(google.type.Decimal
): Es el recuento de usuarios distintos en el período de agregación que se usaron como valor de normalización para las métricas de userPerceivedLmkRate
. Se incluye un usuario en esta métrica si usó la app en primer plano durante el período de agregación. Se debe tener cuidado de no agregar este recuento aún más, ya que esto puede provocar que los usuarios se cuenten varias veces. El valor se redondea al múltiplo más cercano de 10, 100, 1,000 o 1,000,000, según la magnitud del valor.
Dimensiones admitidas:
apiLevel
(string
): Es el nivel de API de Android que se ejecutaba en el dispositivo del usuario, p.ej., 26.
versionCode
(int64
): Es la versión de la app que se ejecutaba en el dispositivo del usuario.
deviceModel
(string
): Es el identificador único del modelo de dispositivo del usuario. El formato del identificador es "deviceBrand/device", donde deviceBrand corresponde a Build.BRAND y device corresponde a Build.DEVICE, p.ej., google/coral.
deviceBrand
(string
): Es el identificador único de la marca del dispositivo del usuario, p.ej., google.
deviceType
(string
): Es el tipo (también conocido como factor de forma) del dispositivo del usuario, p.ej., TELÉFONO
countryCode
(string
): Es el país o la región del dispositivo del usuario según su dirección IP, representado como un código ISO-3166 de 2 letras (p.ej., US para Estados Unidos).
deviceRamBucket
(int64
): RAM del dispositivo, en MB, en intervalos (3 GB, 4 GB, etcétera).
deviceSocMake
(string
): Marca del sistema en chip principal del dispositivo, p.ej., Samsung. Referencia
deviceSocModel
(string
): Modelo del sistema en chip principal del dispositivo, p.ej., "Exynos 2100". Referencia
deviceCpuMake
(string
): Marca de la CPU del dispositivo, p.ej., Qualcomm.
deviceCpuModel
(string
): Modelo de la CPU del dispositivo, p.ej., "Kryo 240".
deviceGpuMake
(string
): Marca de la GPU del dispositivo, p.ej., ARM.
deviceGpuModel
(string
): Modelo de la GPU del dispositivo, p.ej., Malí
deviceGpuVersion
(string
): Versión de la GPU del dispositivo, p.ej., T750
deviceVulkanVersion
(string
): Versión de Vulkan del dispositivo, p.ej., "4198400".
deviceGlEsVersion
(string
): Versión de OpenGL ES del dispositivo, p.ej., "196610".
deviceScreenSize
(string
): Tamaño de la pantalla del dispositivo, p.ej., NORMAL, GRANDE.
deviceScreenDpi
(string
): Densidad de pantalla del dispositivo, p.ej., mdpi, hdpi.
Permisos obligatorios: Para acceder a este recurso, el usuario que realiza la llamada necesita el permiso Ver información de la app (solo lectura) para la app.
Conjuntos de métricas relacionados:
vitals.errors
contiene métricas normalizadas sobre las fallas, otra métrica de estabilidad.
vitals.errors
contiene métricas normalizadas sobre los ANR, otra métrica de estabilidad.
Representación JSON |
{
"name": string,
"freshnessInfo": {
object (FreshnessInfo )
}
} |
Campos |
name |
string
Identificador. Nombre del recurso. Formato: apps/{app}/lmkRateMetricSet
|
freshnessInfo |
object (FreshnessInfo )
Es un resumen sobre la actualización de datos en este recurso.
|
Métodos |
|
Describe las propiedades del conjunto de métricas. |
|
Consulta las métricas del conjunto de métricas. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[],[],null,["# REST Resource: vitals.lmkrate\n\n- [Resource: LmkRateMetricSet](#LmkRateMetricSet)\n - [JSON representation](#LmkRateMetricSet.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: LmkRateMetricSet\n--------------------------\n\nSingleton resource representing the set of LMK (Low Memory Kill) metrics.\n\nThis metric set contains LMKs data combined with usage data to produce a normalized metric independent of user counts.\n\n**Supported aggregation periods:**\n\n- [DAILY](/play/developer/reporting/reference/rest/v1beta1/AggregationPeriod#ENUM_VALUES.DAILY): metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`.\n\n**Supported metrics:**\n\n- `userPerceivedLmkRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one LMK while they were actively using your app (a user-perceived LMK). An app is considered to be in active use if it is displaying any activity or executing any foreground service.\n- `userPerceivedLmkRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedLmkRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day.\n- `userPerceivedLmkRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedLmkRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day.\n- `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `userPerceivedLmkRate` metrics. A user is counted in this metric if they used the app in the foreground during the aggregation period. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.\n\n**Supported dimensions:**\n\n- `apiLevel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the API level of Android that was running on the user's device, e.g., 26.\n- `versionCode` ([int64](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.int64_value)): version of the app that was running on the user's device.\n- `deviceModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral.\n- `deviceBrand` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): unique identifier of the user's device brand, e.g., google.\n- `deviceType` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the type (also known as form factor) of the user's device, e.g., PHONE.\n- `countryCode` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the country or region of the user's device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States).\n- `deviceRamBucket` ([int64](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.int64_value)): RAM of the device, in MB, in buckets (3GB, 4GB, etc.).\n- `deviceSocMake` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)\n- `deviceSocModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's primary system-on-chip, e.g., \"Exynos 2100\". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)\n- `deviceCpuMake` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's CPU, e.g., Qualcomm.\n- `deviceCpuModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's CPU, e.g., \"Kryo 240\".\n- `deviceGpuMake` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's GPU, e.g., ARM.\n- `deviceGpuModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's GPU, e.g., Mali.\n- `deviceGpuVersion` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Version of the device's GPU, e.g., T750.\n- `deviceVulkanVersion` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Vulkan version of the device, e.g., \"4198400\".\n- `deviceGlEsVersion` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): OpenGL ES version of the device, e.g., \"196610\".\n- `deviceScreenSize` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Screen size of the device, e.g., NORMAL, LARGE.\n- `deviceScreenDpi` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Screen density of the device, e.g., mdpi, hdpi.\n\n**Required permissions** : to access this resource, the calling user needs the *View app information (read-only)* permission for the app.\n\n**Related metric sets:**\n\n- [vitals.errors](/play/developer/reporting/reference/rest/v1beta1/vitals.crashrate#CrashRateMetricSet) contains normalized metrics about crashes, another stability metric.\n- [vitals.errors](/play/developer/reporting/reference/rest/v1beta1/vitals.anrrate#AnrRateMetricSet) contains normalized metrics about ANRs, another stability metric.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"freshnessInfo\": { object (/play/developer/reporting/reference/rest/v1beta1/FreshnessInfo) } } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name. Format: apps/{app}/lmkRateMetricSet |\n| `freshnessInfo` | `object (`[FreshnessInfo](/play/developer/reporting/reference/rest/v1beta1/FreshnessInfo)`)` Summary about data freshness in this resource. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------|---------------------------------------------|\n| ### [get](/play/developer/reporting/reference/rest/v1beta1/vitals.lmkrate/get) | Describes the properties of the metric set. |\n| ### [query](/play/developer/reporting/reference/rest/v1beta1/vitals.lmkrate/query) | Queries the metrics in the metric set. |"]]