@gpc-cli/core 0.9.47 → 0.9.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2918,6 +2918,12 @@ var METRIC_SET_METRICS = {
2918
2918
  "stuckBgWakelockRate28dUserWeighted",
2919
2919
  "distinctUsers"
2920
2920
  ],
2921
+ lmkRateMetricSet: [
2922
+ "userPerceivedLmkRate",
2923
+ "userPerceivedLmkRate7dUserWeighted",
2924
+ "userPerceivedLmkRate28dUserWeighted",
2925
+ "distinctUsers"
2926
+ ],
2921
2927
  errorCountMetricSet: ["errorReportCount", "distinctUsers"]
2922
2928
  };
2923
2929
  function buildQuery(metricSet, options) {
@@ -2996,7 +3002,7 @@ async function getVitalsMemory(reporting, packageName, options) {
2996
3002
  return queryMetric(reporting, packageName, "stuckBackgroundWakelockRateMetricSet", options);
2997
3003
  }
2998
3004
  async function getVitalsLmk(reporting, packageName, options) {
2999
- return queryMetric(reporting, packageName, "stuckBackgroundWakelockRateMetricSet", {
3005
+ return queryMetric(reporting, packageName, "lmkRateMetricSet", {
3000
3006
  ...options,
3001
3007
  aggregation: "DAILY"
3002
3008
  });