newrelic / infra-integrations-sdk

New Relic Infrastructure Integrations SDK
Apache License 2.0
46 stars 24 forks source link

Add positive versions of rate and delta #180

Closed alejandrodnm closed 5 years ago

alejandrodnm commented 5 years ago

Description of the changes

This PR adds unsigned versions of RATE and DELTA, this is driven by the fact that we had a check for non-negative RATE/DELTA then remove it, and now it's being asked again. This adds the flexibility to use both cases.

https://github.com/newrelic/infra-integrations-sdk/pull/110

PR Review Checklist

Author

Reviewer