Initial commit
This commit is contained in:
8
skills/metrics-aggregator/scripts/README.md
Normal file
8
skills/metrics-aggregator/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user