Skip to content

Commit

Permalink
Adjust metric dashboard arrangement and sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
techthoughts2 committed Jan 15, 2024
1 parent 03df0f2 commit 0ccf996
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 15 additions & 15 deletions cloudformation/childtemplates/psee_alarms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ Resources:
{
"widgets": [
{
"height": 11,
"width": 11,
"height": 10,
"width": 22,
"y": 0,
"x": 11,
"x": 0,
"type": "metric",
"properties": {
"metrics": [
Expand All @@ -182,11 +182,11 @@ Resources:
}
},
{
"type": "metric",
"height": 10,
"width": 13,
"y": 10,
"x": 0,
"y": 0,
"width": 5,
"height": 11,
"type": "metric",
"properties": {
"metrics": [
[ "UnicodeEmoji", "UnicodeEmojiVersion", "UnicodeEmoji", "CurrentVersion", { "region": "us-west-2" } ],
Expand All @@ -209,11 +209,11 @@ Resources:
}
},
{
"type": "alarm",
"x": 5,
"y": 0,
"width": 5,
"height": 2,
"width": 9,
"y": 10,
"x": 13,
"type": "alarm",
"properties": {
"title": "Version Update Alarm",
"alarms": [
Expand All @@ -222,11 +222,11 @@ Resources:
}
},
{
"height": 8,
"width": 9,
"y": 12,
"x": 13,
"type": "metric",
"x": 5,
"y": 2,
"width": 6,
"height": 9,
"properties": {
"metrics": [
[ "UnicodeEmoji", "UnicodeEmojiVersionDifference", "UnicodeEmojiVersionCheck", "VersionDifference", { "region": "us-west-2", "color": "#f89256" } ]
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Module Changes
- Added ReleaseNotes link to `psd1` manifest
- Updated `Convert-EmojiToHexCodePoint` to use `System.Collections.Generic.List` instead of `System.Collections.ArrayList`
- Build Updates
- Adjusted metric dashboard arrangement and sizing
- Misc
- Updated `settings.json` for tab requirements to support Readthedocs
- Updated `extensions.json` with recommended extensions for working with this repo
Expand Down

0 comments on commit 0ccf996

Please sign in to comment.