1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/sdk/metric/internal
Tyler Yahn 16ce491d38
Fix guard of measured value to not record empty (#4452)
A guard was added in #4446 to prevent non-normal float64 from being
recorded. This was added in the low-level `record` method meaning that
the higher-level `measure` method will still keep a record of the
invalid value measurement, just with a zero-value.

This fixes that issue by moving the guard to the `measure` method.
2023-08-18 06:43:09 -07:00
..
aggregate Fix guard of measured value to not record empty (#4452) 2023-08-18 06:43:09 -07:00
reuse_slice.go Reuse memory in metric pipelines (#3760) 2023-03-09 09:43:16 -08:00