Performance Monitoring

Instrument services and monitor application performance with metrics, alerts, and trend analysis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Coverage-Creatives/zeus --skill performance-monitoring-coverage-creatives
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Performance Monitoring
Source: https://github.com/Coverage-Creatives/zeus/tree/main/.windsurf/performance-monitoring
Command: npx skills add https://github.com/Coverage-Creatives/zeus --skill performance-monitoring-coverage-creatives

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps detect performance regressions early and track user experience over time by instrumenting and monitoring application performance with metrics, alerts, and trend analysis.

Core Features & Use Cases

  • Metric Definition: Define key performance indicators like latency, error rate, and throughput.
  • Instrumentation: Instrument services and web pages to collect performance data.
  • Alerting & Dashboards: Set alert thresholds and create focused, actionable dashboards.
  • Use Case: Automatically track the p95 response time of your API endpoints and receive an alert if it exceeds a predefined threshold, indicating a potential performance issue before it impacts users.

Quick Start

Use the performance monitoring skill to define key metrics for the user authentication service.

Frequently Asked Questions about Performance Monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor application performance to detect regressions early?

To monitor application performance and detect regressions, you need to define key metrics like latency, instrument your services, set alert thresholds, and review trend data to track user experience over time.

What metrics should I track to monitor application performance?

Key metrics to monitor application performance include latency, error rate, and throughput. Defining these performance indicators allows you to instrument services and track user experience effectively.

How do I set up alerts for API latency issues?

To set up alerts for API latency, define a predefined threshold for metrics like p95 response time. When instrumentation detects the threshold is exceeded, an alert indicates a potential performance issue.

Can I use performance monitoring to track user experience over time?

Yes, performance monitoring tracks user experience over time by collecting data from instrumented services and web pages, analyzing trend data to identify bottlenecks and ensure service reliability.

What is the best way to detect performance bottlenecks in a software service?

The best way to detect performance bottlenecks is by instrumenting services to collect performance data, setting actionable alert thresholds, and reviewing trend analysis to identify regressions before users are impacted.

Do I need to instrument web pages to collect performance data?

Yes, you need to instrument services and web pages to collect performance data. This instrumentation captures the metrics required for setting alerts and analyzing trends to detect regressions.