Skip to content

Platform Dashboards

CloudWatch dashboard configurations for platform monitoring.

Available Dashboards

Platform Health Dashboard

Monitors overall platform health:

  • Provisioning success rate
  • API response times
  • Error rates
  • Active services

Cost Dashboard

Tracks platform costs:

  • Total platform cost
  • Cost per service
  • Cost trends
  • Budget alerts

Usage Dashboard

Developer and service usage:

  • Active developers
  • Services provisioned
  • Template popularity
  • Resource utilization

Dashboard Files

Dashboard configurations would be stored here as JSON files that can be imported into CloudWatch.

Example structure:

  • platform-health.json - Platform health metrics
  • cost-tracking.json - Cost monitoring
  • usage-analytics.json - Usage metrics

Importing Dashboards

bash
aws cloudwatch put-dashboard \
  --dashboard-name platform-health \
  --dashboard-body file://dashboards/platform-health.json

Released under the MIT License.