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.8Datadog AI
- Watchdog: 자동 이상 탐지
- Log Pattern: 로그 패턴 자동 분류
- Bits AI: 자연어 쿼리
"어제 오후 3시에 왜 에러가 많았나요?"라고 물으면 AI가 분석합니다.
댓글 0