Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:42 +08:00
commit f5127a332f
8 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for apm-dashboard-creator skill
- [ ] create_grafana_dashboard.py: Automates the creation of Grafana dashboards using the Grafana API.
- [ ] create_datadog_dashboard.py: Automates the creation of Datadog dashboards using the Datadog API.
- [ ] get_apm_metrics.py: Retrieves available APM metrics from various platforms (Grafana, Datadog, New Relic).
- [ ] validate_dashboard_config.py: Validates the dashboard configuration file for correctness and completeness.