• English日本語한국어
  • 로그인지금 시작하기

이 한글 문서는 사용자의 편의를 위해 기계 번역되었습니다.

영문본과 번역본이 일치하지 않는 경우 영문본이 우선합니다. 보다 자세한 내용은 이 페이지를 방문하시기 바랍니다.

문제 신고

로그 가져오기(Prometheus 통합)

문제

Docker 또는 Kubernetes용 New Relic과 Prometheus OpenMetrics 통합에 대한 로그를 가져오려고 합니다.

해결책

도커

docker logs nri-prometheus
docker logs nri-prometheus 2>&1 | grep -v "level=debug"

쿠버네티스

kubectl logs deploy/nri-prometheus
kubectl logs deploy/nri-prometheus | grep -v "level=debug"
Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.