CldKit
홈탐색RECIPES제출CLIAI 큐레이터로그인
로그인
CldKit
탐색Recipes제출CLI·소개개인정보약관

AI 개발자를 위해 만들었습니다. 모든 components 를 검토합니다.

© 2026 CldKit

언어
홈>Recipes>Observability Stack

Observability Stack

intermediate

Full-stack monitoring with Grafana dashboards, Datadog APM, and Sentry error tracking.

아키텍처

Grafana MCP
Creates and manages monitoring dashboards and alert rules
85/100
go install github.com/grafana/mcp-grafana@latest
Datadog MCP
Provides APM, distributed tracing, and infrastructure metrics
78/100
npx @winor30/mcp-server-datadog
Sentry MCP Server
Captures runtime errors with stack traces and context for triage
78/100
npx -y @modelcontextprotocol/server-sentry

예상 출력

Observability Stack Status Sentry: 3 unresolved errors, 1 critical Datadog: p50=45ms, p99=320ms, error_rate=0.2% Grafana: 4 dashboards created, 6 alert rules active -> All systems monitored, on-call notified for critical error

관련 Recipes

Incident Response Command Center

ADVANCED

Triage production incidents from alerts to fixes with observability, chat, and repo context.

devopsworkflow

5개 components

Infrastructure as Code

ADVANCED

Cloud infrastructure provisioning with Terraform, AWS, and Docker containerization.

devopsinfra

3개 components

MCP Builder Starter Kit

INTERMEDIATE

Design, scaffold, document, and validate a custom MCP server or MCP App.

codeworkflowdevops

4개 components

모두 설치

go install github.com/grafana/mcp-grafana@latest
npx @winor30/mcp-server-datadog
npx -y @modelcontextprotocol/server-sentry

난이도

intermediate

Components

3

생성일

Mar 25, 2026

장면

devops
infra