계정에서 처음으로 뉴렐릭 Kubernetes 통합을 구현하거나 배포할 때, 우리는 귀하의 계정에 미리 정의된 공지 조건 의 기본 세트를 구현합니다. 다른 일을 할 필요는 없습니다. 이러한 조건은 Kubernetes default alert policy 이라는 정책으로 그룹화됩니다. 본 정책에는 원치 않는 공지를 방지하기 위한 공지 채널이 기본적으로 없습니다.
공지 조건에 대한 청년값, 알림을 사용자 정의할 수 있을 뿐만 아니라 정책을 관리하고 공지를 보낼 수도 있습니다.
미리 정의된 공지를 보는 방법 구현하다, 배포하다 통합 후에 설정된 기본 미리 정의된 공지 사항을 보려면 다음을 수행하세요.
one.newrelic.com > All capabilities > Alerts 으)로 이동합니다.
왼쪽 탐색 창에서 Alert Policies 클릭합니다.
Kubernetes default alert policy 을(를) 클릭합니다.
사전 정의된 Kubernetes 공지 조건 이는 뉴렐릭 Kubernetes 통합을 구현, 배포할 때 설치되는 공지 조건의 기본 세트입니다.
컨테이너 CPU 사용량 %가 너무 높습니다. 환경
값
Event type
K8sContainerSample
SELECT value
(cpuUsedCores/cpuLimitCores)*100
Warning threshold
최소 5분 동안 >90%
Critical threshold
최소 5분 동안 >95%
컨테이너 메모리 사용량 %가 너무 높습니다. 환경
값
Event type
K8sContainerSample
SELECT value
memoryWorkingSetUtilization
Warning threshold
최소 5분 동안 >85%
Critical threshold
최소 5분 동안 >95%
포드를 예약할 수 없습니다. 환경
값
Event type
K8sPodSample
SELECT value
isScheduled
Warning threshold
Critical threshold
isScheduled
= 최소 7분 동안 0
포드가 준비되지 않았습니다. 환경
값
Event type
K8sPodSample
SELECT value
isReady
Warning threshold
Critical threshold
isReady = 0
최소 10분 동안
컨테이너에 공간이 부족합니다. 환경
값
Event type
K8sContainerSample
SELECT value
fsUsedPercent
Warning threshold
최소 5분 동안 >75%
Critical threshold
최소 5분 동안 >90%
ReplicaSet
원하는 양의 파드가 없습니다환경
값
Event type
K8sReplicaSetSample
SELECT value
podsDesired - podsReady
Warning threshold
Critical threshold
0
최소 5분 동안
etcd
파일 설명자 열기환경
값
Event type
K8sEtcdSample
SELECT value
(processOpenFds/processMaxFds)*100
Warning threshold
최소 3분 동안 >75%
Critical threshold
최소 5분 동안 >90%