alerts.performance namespace

함수

함수 설명
onThresholdAlertPublished(handler)에서 확인할 수 있습니다. 성능 기준 알림 수신을 처리할 수 있는 함수를 선언합니다.
onThresholdAlertPublished(appId, 핸들러) 성능 기준 알림 수신을 처리할 수 있는 함수를 선언합니다.
onThresholdAlertPublished(opts, 핸들러) 성능 기준 알림 수신을 처리할 수 있는 함수를 선언합니다.

인터페이스

인터페이스 설명
성능 이벤트 Firebase용 커스텀 CloudEvent 알림 (커스텀 확장 프로그램 속성 사용)
PerformanceOptions 앱 배포 함수의 구성입니다.
ThresholdAlertPayload 성능 기준점 알림에 대한 내부 페이로드 객체입니다. 페이로드는 객체 내에 래핑됩니다.

alert.performance.onThresholdAlertPublished()

성능 기준 알림 수신을 처리할 수 있는 함수를 선언합니다.

서명:

export declare function onThresholdAlertPublished(handler: (event: PerformanceEvent<ThresholdAlertPayload>) => any | Promise<any>): CloudFunction<PerformanceEvent<ThresholdAlertPayload>>;

매개변수

매개변수 유형 설명
handler (이벤트: PerformanceEvent<ThresholdAlertPayload>) => 모두 | 약속<any> 기준점 알림을 수신할 때마다 실행되는 이벤트 핸들러입니다.

반환:

CloudFunction<PerformanceEvent<ThresholdAlertPayload>>

내보내고 배포할 수 있는 함수입니다.

alert.performance.onThresholdAlertPublished()

성능 기준 알림 수신을 처리할 수 있는 함수를 선언합니다.

서명:

export declare function onThresholdAlertPublished(appId: string, handler: (event: PerformanceEvent<ThresholdAlertPayload>) => any | Promise<any>): CloudFunction<PerformanceEvent<ThresholdAlertPayload>>;

매개변수

매개변수 유형 설명
appId 문자열 핸들러가 트리거할 특정 애플리케이션.
handler (이벤트: PerformanceEvent<ThresholdAlertPayload>) => 모두 | 약속<any> 기준점 알림을 수신할 때마다 실행되는 이벤트 핸들러입니다.

반환:

CloudFunction<PerformanceEvent<ThresholdAlertPayload>>

내보내고 배포할 수 있는 함수입니다.

alert.performance.onThresholdAlertPublished()

성능 기준 알림 수신을 처리할 수 있는 함수를 선언합니다.

서명:

export declare function onThresholdAlertPublished(opts: PerformanceOptions, handler: (event: PerformanceEvent<ThresholdAlertPayload>) => any | Promise<any>): CloudFunction<PerformanceEvent<ThresholdAlertPayload>>;

매개변수

매개변수 유형 설명
최적화 PerformanceOptions 함수에 설정할 수 있는 옵션입니다.
handler (이벤트: PerformanceEvent<ThresholdAlertPayload>) => 모두 | 약속<any> 기준점 알림을 수신할 때마다 실행되는 이벤트 핸들러입니다.

반환:

CloudFunction<PerformanceEvent<ThresholdAlertPayload>>

내보내고 배포할 수 있는 함수입니다.