Cloud Run 함수에 대한 모든 인바운드 요청은 타이밍을 측정하고 함수에서 지연 시간의 원인을 식별하는 데 도움이 되는 기본 trace 데이터 집합을 자동으로 생성합니다.
보다 자세한 trace를 위해서는 Cloud Run 함수에 추가 계측을 추가할 수 있습니다. 이렇게 하면 데이터베이스 쿼리, API 요청, 복잡한 비즈니스 논리와 같은 함수 내 여러 다른 하위 작업을 요청으로 완료하는 데 걸리는 시간을 측정할 수 있습니다. 이러한 각 레이어별 시간 측정을 스팬이라고 부릅니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-11(UTC)"],[[["Cloud Run functions automatically generate basic trace data for inbound requests to measure timing and identify latency issues."],["Adding instrumentation to your Cloud Run function allows for detailed tracing of sub-operations like database queries and API requests."],["Cloud Run traces at a maximum rate of one request per ten seconds per function instance, with the ability to force tracing on specific requests."],["Automatically generated traces do not incur billing charges, but custom spans created with Cloud Trace libraries do."],["Instrumentation is necessary to create custom trace spans and propagate trace context across multiple services, in order to monitor different service operations."]]],[]]