Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies and fix unit tests #37

Merged
merged 3 commits into from
Dec 20, 2020

Conversation

madanepuri
Copy link
Contributor

No description provided.

@@ -598,11 +599,11 @@ private void buildReportWithSleep(final CloudWatchReporter.Builder cloudWatchRep
*
* @throws NoSuchFieldException
* @throws IllegalAccessException
* @see Meter#tickIfNecessary()
* @see ExponentialMovingAverages#tickIfNecessary()
* @see MetricDatum#getDimensions()
*/
private static void reduceMeterDefaultTickInterval() throws NoSuchFieldException, IllegalAccessException {
Copy link
Owner

Choose a reason for hiding this comment

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

@madanepuri can you please provide some context about why this function has to be updated? Also, if it must to be updated, can you also update its name

Copy link
Owner

@azagniotov azagniotov May 18, 2020

Choose a reason for hiding this comment

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

Also, please update the docs as you are changing the function behavior and this needs to be clearly communicated <= never mind, this is just a test

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@azagniotov TICK_INTERVAL field is moved to ExponentialMovingAverages class now. Previously it was in Meter class. Updated the function names. Please review. Thanks

@madanepuri madanepuri force-pushed the dependency_upgrade branch 2 times, most recently from 93f54b6 to 3f42df8 Compare May 18, 2020 21:14
@azagniotov azagniotov merged commit cf9c120 into azagniotov:master Dec 20, 2020
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.

None yet

2 participants