1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/sdk/metric/aggregator
Joshua MacDonald a7b9d02167
Rename metric instruments to match feature-freeze API specification (#2202)
* s/ValueRecorder/Histogram/g

* s/ValueObserver/GaugeObserver/g

* s/UpDownSumObserver/UpDownCounterObserver/g

* s/SumObserver/CounterObserver/g

* changelog

* pr num

* unstable->experimental

* Apply suggestions from code review

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Apply suggestions from code review

* apply feedback from @evantorrie by hand

* Apply suggestions from code review

Thanks

Co-authored-by: ET <evantorrie@users.noreply.github.com>

* Update sdk/export/metric/metric.go

* Apply suggestions from code review

Thank you @evantorrie !

Co-authored-by: ET <evantorrie@users.noreply.github.com>

* revert getting-started fix let tyler's update remove this text

* more variable name fixes

* test repair

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: ET <evantorrie@users.noreply.github.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2021-09-01 16:38:37 -04:00
..
aggregatortest Move InstrumentKind into the new metric/sdkapi package (#2091) 2021-08-11 16:02:28 -07:00
exact Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
histogram Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
lastvalue Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
minmaxsumcount Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
sum Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
aggregator_test.go Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
aggregator.go Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00