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.