10.3. 디버그 내보내기
수집된 데이터를 표준 출력으로 내보내도록 디버그 내보내기를 구성할 수 있습니다.
프로세스
다음과 같이
OpenTelemetryCollector사용자 정의 리소스를 구성합니다.config: | exporters: debug: verbosity: detailed service: pipelines: traces: exporters: [debug] metrics: exporters: [debug] logs: exporters: [debug]-
oc logs명령 또는 웹 콘솔을 사용하여 로그를 표준 출력으로 내보냅니다.