1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-02 08:52:21 +02:00
opentelemetry-go/sdk
Tyler Yahn cbc5890d9c
Simplify the last-value aggregate (#4343)
Instead of treating the returned *lastValue as an aggregator from
newLastValue, just use the type directly to construct the Measure and
ComputeAggregation functions returned from the Builder.

Accept a destination type for the underlying computeAggregation. This
allows memory reuse for collections which adds a considerable
optimization.

Simplify the integration testing of the last-value aggregate.

Update benchmarking.
2023-07-21 08:30:11 +02:00
..
instrumentation Revert Adding attributes to the instrumentation scope. 2022-09-09 09:06:58 -05:00
internal Add Version func to otel/sdk (#3949) 2023-03-30 12:49:39 -07:00
metric Simplify the last-value aggregate (#4343) 2023-07-21 08:30:11 +02:00
resource Fix empty host.id (#4317) 2023-07-18 17:37:20 +02:00
trace [SDK][Trace] Add tests for default id generator (#4043) 2023-05-15 07:18:43 -07:00
go.mod dependabot updates Sun Jul 9 14:40:56 UTC 2023 (#4301) 2023-07-09 20:25:46 +02:00
go.sum dependabot updates Sun Jul 9 14:40:56 UTC 2023 (#4301) 2023-07-09 20:25:46 +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