1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/sdk
ET 34bd998963
Remove internal StateLocker implementation (#688)
Fixes #657

With the changes in #667 and #669 to use a plain-old-mutex for
concurrent access of Histogram and MinMaxSumCount aggregators,
the StateLocker implementation is no longer used in the project.

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
2020-04-30 14:15:04 -07:00
..
export Pass Resources through the metrics export pipeline (#659) 2020-04-24 09:44:21 -07:00
internal Remove internal StateLocker implementation (#688) 2020-04-30 14:15:04 -07:00
metric Fix and test uses of global.Meter with RecordBatch() (#680) 2020-04-29 16:13:55 -07:00
resource Pass Resources through the metrics export pipeline (#659) 2020-04-24 09:44:21 -07:00
trace add SetAttribute(string,interface{}) (#674) 2020-04-28 14:24:47 -07:00
opentelemetry.go Prepare for releasing v0.4.3 (#664) 2020-04-24 15:24:00 -07:00
README.md Trace sdk (#65) 2019-08-02 13:52:55 -07:00