• EnglishEspañol日本語한국어Português
  • ログイン今すぐ開始

この機械翻訳は、参考として提供されています。

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

問題を作成する

ログの取得(Prometheusインテグレーション)

問題

Prometheus OpenMetricsとNew Relic for DockerやKubernetesとの統合のためのログを取得したい。

解決

ドッカー

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

Kubernetes

kubectl logs deploy/nri-prometheus
kubectl logs deploy/nri-prometheus | grep -v "level=debug"
Copyright © 2024 New Relic株式会社。

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