8.2. 네트워크 Observability 메트릭
flowlogs-pipeline
에서 생성한 지표는 지표를 추가하거나 제거하기 위해 FlowCollector
사용자 정의 리소스의 spec.processor.metrics.includeList
에서 구성할 수 있습니다.
예제 "경고 생성"과 같이 Prometheus 규칙에 includeList
지표를 사용하여 경고를 생성할 수도 있습니다.
Observe
8.2.1. includeList 지표 이름
이름 뒤에 별표 *
는 기본적으로 활성화되어 있습니다.
-
namespace_egress_bytes_total
-
namespace_egress_packets_total
-
namespace_ingress_bytes_total
-
namespace_ingress_packets_total
-
namespace_flows_total
* -
node_egress_bytes_total
-
node_egress_packets_total
-
node_ingress_bytes_total
* -
node_ingress_packets_total
-
node_flows_total
-
workload_egress_bytes_total
-
workload_egress_packets_total
-
workload_ingress_bytes_total
* -
workload_ingress_packets_total
-
workload_flows_total
8.2.1.1. PacketDrop 메트릭 이름
spec.agent.ebpf.features
( 권한 있는
모드)에서 PacketDrop
기능이 활성화되면 다음과 같은 추가 메트릭을 사용할 수 있습니다.
-
namespace_drop_bytes_total
-
namespace_drop_packets_total
* -
node_drop_bytes_total
-
node_drop_packets_total
-
workload_drop_bytes_total
-
workload_drop_packets_total
8.2.1.2. DNS 메트릭 이름
spec.agent.ebpf.features
에서 DNSTracking
기능이 활성화되면 다음과 같은 추가 메트릭을 사용할 수 있습니다.
-
namespace_dns_latency_seconds
* -
node_dns_latency_seconds
-
workload_dns_latency_seconds
8.2.1.3. FlowRTT 메트릭 이름
spec.agent.ebpf.features
에서 FlowRTT
기능을 활성화하면 다음과 같은 추가 메트릭을 사용할 수 있습니다.
-
namespace_rtt_seconds
* -
node_rtt_seconds
-
workload_rtt_seconds