Skip to content

Commit

Permalink
atlas cloudwatch: rename fillMsec
Browse files Browse the repository at this point in the history
And fix ChannelId so it converts to aws.channel
  • Loading branch information
manolama committed Jun 9, 2023
1 parent 33a095d commit 44b7bfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atlas-cloudwatch/src/main/resources/medialive.conf
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ atlas {
metrics = [
{
name = "FillMsec"
alias = "aws.medialive.fillMsec"
conversion = "max"
alias = "aws.medialive.fills"
conversion = "timer"
},
{
name = "NetworkIn"
Expand Down
4 changes: 4 additions & 0 deletions atlas-cloudwatch/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ atlas {
name = "ChannelID"
alias = "aws.channel"
},
{
name = "ChannelId"
alias = "aws.channel"
},
{
name = "ClientId"
alias = "aws.client"
Expand Down

0 comments on commit 44b7bfd

Please sign in to comment.