Skip to content

Cloudwatch metrics are accumulating on every Send() call, but should be Reset #590

@feliksik

Description

@feliksik

On a call to cloudwatch.Send(), the state of the counter is not reset.
That means the value is always increasing.

This doesn't make sense to me, as Cloudwatch accumulates the values for you. It seems like we are basically implementing a counter with a Gauge-like behavior now.

Can we agree this is a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions