MCP HubMCP Hub
スキル一覧に戻る

setting-up-synthetic-monitoring

jeremylongshore
更新日 Today
51 閲覧
712
74
712
GitHubで表示
開発aiapi

について

このスキルは、開発者がアップタイムチェック、トランザクション監視、APIヘルスチェックを含むプロアクティブなパフォーマンス追跡のための合成監視を設定するのに役立ちます。「合成監視を設定」や「ヘルスチェックを構成」などのフレーズでトリガーされ、可用性監視の実装や重要なユーザージャーニーの追跡を行う際に使用されます。このスキルは、監視要件の特定からアラート設定までをガイドし、アプリケーションの最適なパフォーマンスを確保します。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/setting-up-synthetic-monitoring

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Overview

This skill streamlines the process of setting up synthetic monitoring, enabling proactive performance tracking for applications. It guides the user through defining key monitoring scenarios and configuring alerts to ensure optimal application performance and availability.

How It Works

  1. Identify Monitoring Needs: Determine the critical endpoints, user journeys, and APIs to monitor based on the user's application requirements.
  2. Design Monitoring Scenarios: Create specific monitoring scenarios for uptime, transactions, and API performance, including frequency and location.
  3. Configure Monitoring: Set up the synthetic monitoring tool with the designed scenarios, including alerts and dashboards for performance visualization.

When to Use This Skill

This skill activates when you need to:

  • Implement uptime monitoring for a web application.
  • Track the performance of critical user journeys through transaction monitoring.
  • Monitor the response time and availability of API endpoints.

Examples

Example 1: Setting up Uptime Monitoring

User request: "Set up uptime monitoring for my website example.com."

The skill will:

  1. Identify example.com as the target endpoint.
  2. Configure uptime monitoring to check the availability of example.com every 5 minutes from multiple locations.

Example 2: Monitoring API Performance

User request: "Configure API monitoring for the /users endpoint of my application."

The skill will:

  1. Identify the /users endpoint as the target for API monitoring.
  2. Set up monitoring to track the response time and status code of the /users endpoint every minute.

Best Practices

  • Prioritize Critical Endpoints: Focus on monitoring the most critical endpoints and user journeys that directly impact user experience.
  • Set Realistic Thresholds: Configure alerts with realistic thresholds to avoid false positives and ensure timely notifications.
  • Regularly Review and Adjust: Periodically review the monitoring configuration and adjust scenarios and thresholds based on application changes and performance trends.

Integration

This skill can be integrated with other plugins for incident management and alerting, such as those that handle notifications via Slack or PagerDuty, allowing for automated incident response workflows based on synthetic monitoring results.

Prerequisites

  • Access to synthetic monitoring platform (Pingdom, Datadog, New Relic)
  • List of critical endpoints and user journeys in {baseDir}/monitoring/endpoints.yaml
  • Alerting infrastructure configuration
  • Geographic monitoring location requirements

Instructions

  1. Identify critical endpoints and user journeys to monitor
  2. Design monitoring scenarios (uptime, transactions, API checks)
  3. Configure monitoring frequency and locations
  4. Set up performance and availability thresholds
  5. Configure alerting for failures and degradation
  6. Create dashboards for monitoring visualization

Output

  • Synthetic monitoring configuration files
  • Uptime check definitions for endpoints
  • Transaction monitoring scripts
  • Alert rule configurations
  • Dashboard definitions for monitoring status

Error Handling

If synthetic monitoring setup fails:

  • Verify monitoring platform credentials
  • Check endpoint accessibility from monitoring locations
  • Validate transaction script syntax
  • Ensure alert channel configuration
  • Review threshold definitions

Resources

  • Synthetic monitoring best practices
  • Uptime monitoring service documentation
  • Transaction monitoring script examples
  • Alert threshold tuning guides

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: plugins/performance/synthetic-monitoring-setup/skills/synthetic-monitoring-setup
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

creating-opencode-plugins

メタ

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

polymarket

メタ

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

スキルを見る