nestJs 세팅 npm i -g @nestJs/cli- 터미널 라이브러리 설치 프로젝트 생성 시 물어보는 observe 라이브러리 : 어플리케이션 모니터링 매커니즘1) 로깅 & 트레이싱2) 메트릭 : 서버 사용량 통계3) Open Telemetry 연동 : 프로메테우스 등 표준 모니터링 도구와 연동이 쉽도록 자동 구성+ API키를 발급받은 후 사용가능, 그렇지 않으면 401 반환ERROR [ObserveAgentWorker] Error: Telemetry rejected (401). Check that appKey and appSecret are valid; the application is taken from the key. Credentials are read once at start-up, so ..