Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:28 +08:00
commit ccc4f37ba9
17 changed files with 2942 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-monitoring-dashboard skill
- [ ] create_dashboard.py: Automates the creation of API monitoring dashboards based on user-defined metrics and thresholds.
- [ ] update_dashboard.py: Updates existing API monitoring dashboards with new metrics, alerts, or visualizations.
- [ ] get_api_metrics.py: Fetches API metrics from various sources (e.g., Prometheus, Datadog) based on API endpoints and time ranges.