1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/metric
Tyler Yahn 288a3dd435
Metrics instrumentation version (#811)
* Support instrumentation library in metrics

* Update stdout exporter to display instrumentation info

* Fix tests that use the STDOUT exporter

* Refactor to keep SDK out of API

* Update global Meter and test Meter version

* Revert unneeded import syntax change

* Fix Unit comment

* Update comments

* Update comment

* Revert no-op change to import
2020-06-12 09:11:17 -07:00
..
aggregator Add Aggregation.Kind() 2020-06-10 00:32:14 -07:00
controller Split aggregation.go 2020-06-09 22:53:30 -07:00
integrator Split aggregation.go 2020-06-09 22:53:30 -07:00
selector/simple Minor cleanups in sdk/metric/aggregator (#781) 2020-05-30 20:16:40 -07:00
alignment_test.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
atomicfields.go New api/label package, common label set impl (#651) 2020-04-23 12:10:58 -07:00
benchmark_test.go Remove Context arguments from Aggregator.Checkpoint and Integrator.Process (#803) 2020-06-09 11:00:50 -07:00
config.go Update metric SDK to use oterror.Handler 2020-06-02 12:26:25 -07:00
correct_test.go Split aggregation.go 2020-06-09 22:53:30 -07:00
doc.go Replace Measure instrument by ValueRecorder instrument (#732) 2020-05-15 22:11:12 -07:00
example_test.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
histogram_stress_test.go Remove Context arguments from Aggregator.Checkpoint and Integrator.Process (#803) 2020-06-09 11:00:50 -07:00
minmaxsumcount_stress_test.go Remove Context arguments from Aggregator.Checkpoint and Integrator.Process (#803) 2020-06-09 11:00:50 -07:00
refcount_mapped.go Checkpoint only after Update; Keep records in the sync.Map longer (#647) 2020-04-21 20:23:15 -07:00
sdk.go Split aggregation.go 2020-06-09 22:53:30 -07:00
stress_test.go Split aggregation.go 2020-06-09 22:53:30 -07:00