• 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のエンドポイントに相互TLSを追加

New Relic との Prometheus OpenMetrics 統合のエンドポイントに必要な場合は、相互 TLS 認証を構成できます。この例で説明されているように、Docker の構成ファイルにtls_configを追加します。

設定ファイルにシークレットを追加

推奨: CAバンドル、キー、サートファイルをシークレットに入れて、Prometheus OpenMetricsインテグレーションのコンテナに入れます。

相互TLS認証は、URLの静的なリストに限定されます。MTLS認証を必要とするエンドポイントを設定するには、以下の例に従ってください。

targets:
- description: "Secure etcd example"
urls: ["https://123.456.7.1:2379", "https://123.456.7.2:2379"]
tls_config:
ca_file_path: "/etc/etcd/etcd-client-ca.crt"
cert_file_path: "/etc/etcd/etcd-client.crt"
key_file_path: "/etc/etcd/etcd-client.key"
transformations:
...
Copyright © 2024 New Relic株式会社。

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