Skip to content

Conversation

@marshallflax
Copy link

/metrics reports the cumulative value of a counter (i.e. since the process began), but CloudWatch expects the events it receives to be the delta since the prior report. So we need to perform the subtraction ourselves, which in turn means that we need to keep track of the prior value for each such metric.

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