Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:00 +08:00
commit c7b3f52a4c
8 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for infrastructure-metrics-collector skill
- [ ] configure_prometheus.py Script to automate Prometheus configuration for metrics collection.
- [ ] configure_datadog.py Script to automate Datadog agent configuration for metrics collection.
- [ ] create_dashboard.py Script to create Grafana dashboards based on collected metrics.
- [ ] alert_setup.py Script to set up alerting rules based on metric thresholds.