@@ -3920,6 +3920,7 @@ components:
3920
3920
- functions_usage
3921
3921
- infra_host_usage
3922
3922
- invocations_usage
3923
+ - mobile_app_testing_usage
3923
3924
- npm_host_usage
3924
3925
- obs_pipeline_bytes_usage
3925
3926
- profiled_container_usage
@@ -3958,6 +3959,7 @@ components:
3958
3959
- FUNCTIONS_USAGE
3959
3960
- INFRA_HOST_USAGE
3960
3961
- INVOCATIONS_USAGE
3962
+ - MOBILE_APP_TESTING_USAGE
3961
3963
- NPM_HOST_USAGE
3962
3964
- OBS_PIPELINE_BYTES_USAGE
3963
3965
- PROFILED_CONTAINER_USAGE
@@ -7489,6 +7491,8 @@ components:
7489
7491
- infra_host_percentage
7490
7492
- invocations_usage
7491
7493
- invocations_percentage
7494
+ - mobile_app_testing_percentage
7495
+ - mobile_app_testing_usage
7492
7496
- npm_host_usage
7493
7497
- npm_host_percentage
7494
7498
- obs_pipeline_bytes_usage
@@ -7564,6 +7568,8 @@ components:
7564
7568
- INFRA_HOST_PERCENTAGE
7565
7569
- INVOCATIONS_USAGE
7566
7570
- INVOCATIONS_PERCENTAGE
7571
+ - MOBILE_APP_TESTING_USAGE
7572
+ - MOBILE_APP_TESTING_PERCENTAGE
7567
7573
- NPM_HOST_USAGE
7568
7574
- NPM_HOST_PERCENTAGE
7569
7575
- OBS_PIPELINE_BYTES_USAGE
@@ -7811,6 +7817,15 @@ components:
7811
7817
description: The Lambda invocation usage by tag(s).
7812
7818
format: double
7813
7819
type: number
7820
+ mobile_app_testing_percentage:
7821
+ description: The percentage of Synthetic mobile application test usage by
7822
+ tag(s).
7823
+ format: double
7824
+ type: number
7825
+ mobile_app_testing_usage:
7826
+ description: The Synthetic mobile application test usage by tag(s).
7827
+ format: double
7828
+ type: number
7814
7829
npm_host_percentage:
7815
7830
description: The percentage of network host usage by tag(s).
7816
7831
format: double
@@ -17963,6 +17978,11 @@ components:
17963
17978
the current date for all organizations.
17964
17979
format: int64
17965
17980
type: integer
17981
+ synthetics_mobile_test_runs_sum:
17982
+ description: Shows the sum of all Synthetic mobile application tests over
17983
+ all hours in the current date for all organizations.
17984
+ format: int64
17985
+ type: integer
17966
17986
synthetics_parallel_testing_max_slots_hwm:
17967
17987
description: Shows the high-water mark of used synthetics parallel testing
17968
17988
slots over all hours in the current date for all organizations.
@@ -18404,6 +18424,11 @@ components:
18404
18424
the current date for the given org.
18405
18425
format: int64
18406
18426
type: integer
18427
+ synthetics_mobile_test_runs_sum:
18428
+ description: Shows the sum of all Synthetic mobile application tests over
18429
+ all hours in the current date for the given org.
18430
+ format: int64
18431
+ type: integer
18407
18432
synthetics_parallel_testing_max_slots_hwm:
18408
18433
description: Shows the high-water mark of used synthetics parallel testing
18409
18434
slots over all hours in the current date for the given org.
@@ -18887,6 +18912,11 @@ components:
18887
18912
the current months for all organizations.
18888
18913
format: int64
18889
18914
type: integer
18915
+ synthetics_mobile_test_runs_agg_sum:
18916
+ description: Shows the sum of Synthetic mobile application tests over all
18917
+ hours in the current months for all organizations.
18918
+ format: int64
18919
+ type: integer
18890
18920
synthetics_parallel_testing_max_slots_hwm_sum:
18891
18921
description: Shows the sum of the high-water marks of used synthetics parallel
18892
18922
testing slots over all hours in the current month for all organizations.
0 commit comments