Files
gh-jeremylongshore-claude-c…/skills/metrics-aggregator/scripts/README.md
2025-11-30 08:21:10 +08:00

685 B

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.