• 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 추가

Prometheus OpenMetrics와 New Relic의 통합에서 엔드포인트에 필요한 경우 상호 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 Inc.

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