의견 보내기
Cloud Functions의 앱 체크 요청 측정항목 모니터링
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
사용 설정하기 전에 App Check SDK를 앱에 추가한 후
App Check 시행 시
도움이 될 수 있습니다
Cloud Functions 의 경우 다음을 검사하여 App Check 측정항목을 얻을 수 있습니다.
함수 할 수 있습니다 호출 가능 함수의 모든 호출은 다음 예시와 같이 구조화된 로그 항목을 내보냅니다.
{
"severi t y ": "INFO ", // INFO, WARNING, or ERROR
"loggi n g.googleapis.com/labels ": { "f irebase - log - t ype ": "callable - reques t - veri f ica t io n "},
"jso n Payload ": {
"message ": "Callable header veri f ica t io ns passed. ",
"veri f ica t io ns ": {
// ...
"app ": "MISSING ", // VALID, INVALID, or MISSING
}
}
}
Google Cloud 콘솔에서 이러한 측정항목을
로그 기반 카운터 측정항목
다음 측정항목 필터가 포함됩니다.
resource.type="cloud_function"
resource.labels.function_name="YOUR_CLOUD_FUNCTION "
resource.labels.region="us-central1"
labels.firebase-log-type="callable-request-verification"
jsonPayload.verifications.appCheck
필드를 사용하여 측정항목에 라벨을 지정 합니다.
다음 단계
App Check 이(가) 사용자에게 미치는 영향을 이해하고 다음과 같이 할 준비가 되면
계속 진행하려면 App Check 적용을 사용 설정 할 수 있습니다.
(Cloud Functions )
의견 보내기
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스 에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스 에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책 을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-12(UTC)
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
의견을 전달하고 싶나요?
{"lastModified": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: 2024-09-12(UTC)"}
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-09-12(UTC)"]]