Secrets Sync 텔레메트리

Secrets Sync 텔레메트리

Secrets Sync 텔레메트리는 구성된 동기화 리소스와 사용량에 대한 일반 정보를 제공합니다.

출처: 문서

본문

기본 메트릭

vault.secrets-sync.destinations.count

Metric type Value Description
gauge number 각 대상 유형에 대해 모든 네임스페이스에 걸친 대상(destination) 총 수

vault.secrets-sync.associations.count

Metric type Value Description
gauge number 각 대상 유형에 대해 모든 네임스페이스에 걸친 연결(association) 총 수

vault.secrets-sync.reconciliation.correction

Metric type Value Description
counter number 재조정 중 수정(동기화·비동기화)이 필요했던 시크릿 총 수

수정(correction) 메트릭에는 동기화 대상 유형을 나타내는 destination_type 라벨이 포함됩니다.

vault.secrets-sync.reconciliation.retry

Metric type Value Description
counter number 이전에 실패한 시크릿에 대해 수행된 재조정 재시도 횟수 총 수

재시도 메트릭에는 동기화 대상 유형을 나타내는 destination_type 라벨이 포함됩니다.

vault.secrets-sync.reconciliation.retry.success

Metric type Value Description
counter number 재조정 재시도 중 성공적으로 동기화·비동기화된 시크릿 총 수

재시도 성공 메트릭에는 동기화 대상 유형을 나타내는 destination_type 라벨이 포함됩니다.

vault.secrets-sync.reconciliation.retry.failure

Metric type Value Description
counter number 실패 범주별 실패한 재조정(reconciliation) 재시도 횟수 총 수

재시도 실패 메트릭에는 다음 라벨이 포함됩니다.

  • destination_type - the type of sync destination.
  • cause - the category of failure: internal for Vault-side errors, or external for client-side errors.

더 알아보기 (Learn more)