Skip to content

113 create script to publish custom metrics to cloudwatch#118

Merged
tmcallaghan merged 3 commits intomasterfrom
113-create-script-to-publish-custom-metrics-to-cloudwatch
May 22, 2024
Merged

113 create script to publish custom metrics to cloudwatch#118
tmcallaghan merged 3 commits intomasterfrom
113-create-script-to-publish-custom-metrics-to-cloudwatch

Conversation

@dbonser
Copy link
Contributor

@dbonser dbonser commented May 22, 2024

Issue #, if available: 113

Description of changes: Added custom-metrics.py and README.md.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dbonser dbonser requested review from gottumuk and tmcallaghan May 22, 2024 14:29
@dbonser dbonser linked an issue May 22, 2024 that may be closed by this pull request
@gottumuk
Copy link
Contributor

I have reviewed and tested the code. @tmcallaghan can your merge with master

Copy link
Contributor

@tmcallaghan tmcallaghan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add minimum Python version check as per other scripts in the repo. Note this minumum version and the optional opt-out parameter in the readme.

action='store_true',
help="log collection index size")

args = parser.parse_args()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Python 3.7 minimum check with optional opt-out as in fl-multiprocess.py and other scripts in this repo.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added Python version check

Copy link
Contributor

@tmcallaghan tmcallaghan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

@tmcallaghan tmcallaghan merged commit 993a873 into master May 22, 2024
@tmcallaghan tmcallaghan deleted the 113-create-script-to-publish-custom-metrics-to-cloudwatch branch May 22, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create script to publish custom metrics to CloudWatch.

3 participants