1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/sdk
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
..
instrumentation Revert Adding attributes to the instrumentation scope. 2022-09-09 09:06:58 -05:00
internal Generate internal/matchers (#4430) 2023-08-10 16:00:53 -07:00
metric Fix guard of measured value to not record empty (#4452) 2023-08-18 06:43:09 -07:00
resource Decouple use of otel/internal/internaltest (#4424) 2023-08-09 09:15:47 +02:00
trace Decouple use of otel/internal/internaltest (#4424) 2023-08-09 09:15:47 +02:00
go.mod dependabot updates Sun Aug 6 09:27:21 UTC 2023 (#4416) 2023-08-06 11:37:32 +02:00
go.sum dependabot updates Sun Aug 6 09:27:21 UTC 2023 (#4416) 2023-08-06 11:37:32 +02:00
version_test.go Fix Version test in otel/sdk (#3994) 2023-04-14 07:41:27 -07:00
version.go Release v1.16.0/v0.39.0 -- Stable Metric API (#4100) 2023-05-22 12:06:21 -07:00