Infra2026년 2월 7일1분 읽기

AI 기반 모니터링 — Grafana AI, Datadog AI 활용

YS
YoungSam
조회 1921

Grafana AI/ML

# Grafana의 ML 기반 이상 탐지
# 메트릭의 정상 범위를 학습하고
# 이탈 시 자동 알림

# PromQL + 예측
prediction = predict_linear(http_requests_total[1h], 3600)

# Grafana Alerting with AI
alert:
  name: "AI 이상 탐지"
  condition: |
    anomaly_score(cpu_usage, sensitivity=0.9) > 0.8

Datadog AI

  • Watchdog: 자동 이상 탐지
  • Log Pattern: 로그 패턴 자동 분류
  • Bits AI: 자연어 쿼리

"어제 오후 3시에 왜 에러가 많았나요?"라고 물으면 AI가 분석합니다.

MonitoringAIGrafana

댓글 0

아직 댓글이 없습니다.