You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a question of whether the cumulative to delta processor should allow for converting non-monotonic sums.
#4444 originally had a setting for converting non-monotonic cumulative sums (defaulted to only converting monotonic metrics). Systems supporting delta temporality usually treat non-monotonic sums as gauges, so the setting was removed.
In light of #4444 (comment), a question remains of whether this setting is in fact useful.
The text was updated successfully, but these errors were encountered:
…TTP servers (#5876)
* httpprovider to upstream
* no slashes in the prefix check
* use httptest package to do unit tests; then add one more testcase TestValidateProviderScheme
* added error checks for http.ResponseWriter.Write()
* Fixed bug of variable shadows, then replace old io/ioutil package with io and os
* update the old name ConfigMapProvider
* Remove unnecessary interface of httpClient
* README fixed with
* Removed NewTestProvider/NewTestInvalidProvider/NewTestNonExistProvider and replace with New; Minor tweaks for Empty URI and Non-exist cases; Added one more test for shutdowned server
* Simplified unit tests for TestNonExistent and TestRetrieveFromShutdownServer
* Update CHANGELOG.md
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
Co-authored-by: Bogdan Drutu <lazy@splunk.com>
This is more of a question of whether the cumulative to delta processor should allow for converting non-monotonic sums.
#4444 originally had a setting for converting non-monotonic cumulative sums (defaulted to only converting monotonic metrics). Systems supporting delta temporality usually treat non-monotonic sums as gauges, so the setting was removed.
In light of #4444 (comment), a question remains of whether this setting is in fact useful.
The text was updated successfully, but these errors were encountered: