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