Initial commit

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

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for metrics-aggregator skill
- [ ] metrics_collection.py: Automates the collection of metrics from various sources (Prometheus, StatsD, CloudWatch) using their respective APIs or SDKs.
- [ ] metrics_validation.py: Validates collected metrics against predefined schemas or thresholds to ensure data quality and consistency.
- [ ] metrics_aggregation.py: Aggregates metrics based on specified time intervals (e.g., hourly, daily, weekly) and dimensions (e.g., application, system, region).
- [ ] metrics_export.py: Exports aggregated metrics to various monitoring and analysis platforms (e.g., Grafana, Datadog, Splunk) using their respective APIs or SDKs.