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

fix aws direct connect metrics #391

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

copperlight
Copy link
Contributor

The affected metrics are all reported as aggregates (averages) over a five minute period by default.

The sum,rate conversion did not result in values that matched the AWS Console. Pulling individual data points and following how the poller calculates values, the avg conversion should return values that match the AWS Console.

The affected metrics are all reported as aggregates (averages) over a
five minute period by default.

The `sum,rate` conversion did not result in values that matched the AWS
Console. Pulling individual data points and following how the poller
calculates values, the `avg` conversion should return values that match
the AWS Console.
@copperlight copperlight merged commit f4a266c into Netflix-Skunkworks:main Feb 22, 2023
manolama pushed a commit that referenced this pull request Mar 22, 2023
The affected metrics are all reported as aggregates (averages) over a
five minute period by default.

The `sum,rate` conversion did not result in values that matched the AWS
Console. Pulling individual data points and following how the poller
calculates values, the `avg` conversion should return values that match
the AWS Console.
manolama pushed a commit to manolama/iep-apps that referenced this pull request Oct 25, 2023
The affected metrics are all reported as aggregates (averages) over a
five minute period by default.

The `sum,rate` conversion did not result in values that matched the AWS
Console. Pulling individual data points and following how the poller
calculates values, the `avg` conversion should return values that match
the AWS Console.
@copperlight copperlight deleted the dx-metrics-avg branch May 6, 2024 22:59
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.

1 participant