tencent cloud

Tencent Cloud Observability Platform

Metadata

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-03-11 19:41:13
Metadata is an object that contains the metadata of the performance testing task, which is returned when the pts.metadata() method is called.

Field

Field
Type
Description
userID
string
User UIN.
appID
string
Account AppID.
scenarioID
string
Performance testing scenario ID.
region
string
The region of the performance testing task.
jobID
string
Performance testing task ID.

Samples

Call metadata() to obtain the Metadata object:
import { metadata } from 'pts';

export default function () {
// md is an interface object for Metadata.
let md = metadata();
console.log(md.userID); // 123456
console.log(md.appID); // 123456
console.log(md.scenarioID); // scenario-xxxxxxxx
console.log(md.region); // ap-guangzhou
console.log(md.jobID); // job-xxxxxxxx
}


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백