Skip to content

Commit

Permalink
chore(repo): simplify cw reporting
Browse files Browse the repository at this point in the history
1. Remove failing step because Cloudwatch reports metric schemas based on unique dimension key/value sets which is a problem since failing step value can change all the time

2. Normalize metric dimension keys by sending blank values.  This ensures Cloudwatch reports a single metric schema in the AWS console as opposed to the 30+ different metric schema dimension key values sets from before.

3. Due to changes increased metric_name version to “github_metric_2.0”
  • Loading branch information
kyle committed Oct 17, 2023
1 parent 5dff469 commit fadef4d
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 632 deletions.
1 change: 1 addition & 0 deletions .github/composite_actions/log_cw_metric/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ inputs:
job-status:
description: Used to determine if we track success or failure.
required: true
# Temporarily ignored - see comments for failingStep in log_cw_metric.dart
github-token:
required: true
description: Github token for requesting failing steps.
Expand Down
Loading

0 comments on commit fadef4d

Please sign in to comment.