tencentcloud-sdk-nodejs-rum 4.1.233 → 4.1.247
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/package.json
CHANGED
|
@@ -822,97 +822,101 @@ export interface DescribeScoresRequest {
|
|
|
822
822
|
*/
|
|
823
823
|
export interface ScoreInfoV2 {
|
|
824
824
|
/**
|
|
825
|
-
*
|
|
825
|
+
* <p>项目id</p>
|
|
826
826
|
*/
|
|
827
827
|
ProjectID?: number;
|
|
828
828
|
/**
|
|
829
|
-
*
|
|
829
|
+
* <p>项目总分</p>
|
|
830
830
|
*/
|
|
831
831
|
Score?: number;
|
|
832
832
|
/**
|
|
833
|
-
* API
|
|
833
|
+
* <p>API性能评分</p>
|
|
834
834
|
*/
|
|
835
835
|
ApiPerformanceScore?: number;
|
|
836
836
|
/**
|
|
837
|
-
* API
|
|
837
|
+
* <p>API可用性评分</p>
|
|
838
838
|
*/
|
|
839
839
|
ApiAvailableScore?: number;
|
|
840
840
|
/**
|
|
841
|
-
* API
|
|
841
|
+
* <p>API调用总数</p>
|
|
842
842
|
*/
|
|
843
843
|
ApiNum?: number;
|
|
844
844
|
/**
|
|
845
|
-
* API
|
|
845
|
+
* <p>API失败次数</p>
|
|
846
846
|
*/
|
|
847
847
|
ApiFail?: number;
|
|
848
848
|
/**
|
|
849
|
-
* API
|
|
849
|
+
* <p>API平均持续时间</p>
|
|
850
850
|
*/
|
|
851
851
|
ApiDuration?: number;
|
|
852
852
|
/**
|
|
853
|
-
*
|
|
853
|
+
* <p>页面性能评分</p>
|
|
854
854
|
*/
|
|
855
855
|
PagePerformanceScore?: number;
|
|
856
856
|
/**
|
|
857
|
-
*
|
|
857
|
+
* <p>页面浏览量</p>
|
|
858
858
|
*/
|
|
859
859
|
PagePv?: number;
|
|
860
860
|
/**
|
|
861
|
-
*
|
|
861
|
+
* <p>独立访客数</p>
|
|
862
862
|
*/
|
|
863
863
|
PageUv?: number;
|
|
864
864
|
/**
|
|
865
|
-
*
|
|
865
|
+
* <p>页面错误数</p>
|
|
866
866
|
*/
|
|
867
867
|
PageError?: number;
|
|
868
868
|
/**
|
|
869
|
-
*
|
|
869
|
+
* <p>首屏时间</p>
|
|
870
870
|
*/
|
|
871
871
|
PageDuration?: number;
|
|
872
872
|
/**
|
|
873
|
-
*
|
|
873
|
+
* <p>平均 LCP</p>
|
|
874
874
|
*/
|
|
875
875
|
PageLCP?: number;
|
|
876
876
|
/**
|
|
877
|
-
*
|
|
877
|
+
* <p>平均 FID</p>
|
|
878
878
|
*/
|
|
879
879
|
PageFID?: number;
|
|
880
880
|
/**
|
|
881
|
-
*
|
|
881
|
+
* <p>平均 CLS</p>
|
|
882
882
|
*/
|
|
883
883
|
PageCLS?: number;
|
|
884
884
|
/**
|
|
885
|
-
*
|
|
885
|
+
* <p>平均 FCP</p>
|
|
886
886
|
*/
|
|
887
887
|
PageFCP?: number;
|
|
888
888
|
/**
|
|
889
|
-
*
|
|
889
|
+
* <p>平均 INP</p>
|
|
890
890
|
*/
|
|
891
891
|
PageINP?: number;
|
|
892
892
|
/**
|
|
893
|
-
* JavaScript
|
|
893
|
+
* <p>JavaScript错误评分</p>
|
|
894
894
|
*/
|
|
895
895
|
JsErrorScore?: number;
|
|
896
896
|
/**
|
|
897
|
-
*
|
|
897
|
+
* <p>静态资源可用性评分</p>
|
|
898
898
|
*/
|
|
899
899
|
StaticAvailableScore?: number;
|
|
900
900
|
/**
|
|
901
|
-
*
|
|
901
|
+
* <p>静态资源性能评分</p>
|
|
902
902
|
*/
|
|
903
903
|
StaticPerformanceScore?: number;
|
|
904
904
|
/**
|
|
905
|
-
*
|
|
905
|
+
* <p>静态资源请求总数</p>
|
|
906
906
|
*/
|
|
907
907
|
StaticNum?: number;
|
|
908
908
|
/**
|
|
909
|
-
*
|
|
909
|
+
* <p>静态资源加载失败数</p>
|
|
910
910
|
*/
|
|
911
911
|
StaticFail?: number;
|
|
912
912
|
/**
|
|
913
|
-
*
|
|
913
|
+
* <p>静态资源加载时间</p>
|
|
914
914
|
*/
|
|
915
915
|
StaticDuration?: number;
|
|
916
|
+
/**
|
|
917
|
+
* <p>忽略的配置项</p>
|
|
918
|
+
*/
|
|
919
|
+
Exclusion?: string;
|
|
916
920
|
}
|
|
917
921
|
/**
|
|
918
922
|
* DescribeDataReportCount请求参数结构体
|