1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/metric
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
..
global Remove dependency on metrics packages (#1988) 2021-06-10 15:05:25 -04:00
metrictest Remove dependency on metrics packages (#1988) 2021-06-10 15:05:25 -04:00
number Update the package docs for the new API layout (#1346) 2020-11-17 10:30:22 -05:00
registry Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
sdkapi Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
unit Replaces golint by revive and fix newly reported linter issues (#1946) 2021-06-08 10:10:01 -07:00
alignment_test.go Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
config.go Update API configs. (#1921) 2021-05-27 07:53:56 -07:00
doc.go Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
go.mod Move OC bridge integration tests to own mod (#2165) 2021-08-09 09:24:43 -07:00
go.sum Bump github.com/google/go-cmp from 0.5.5 to 0.5.6 (#1954) 2021-06-01 11:53:02 -07:00
metric_instrument.go Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
metric_noop.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
metric_sdkapi.go Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
metric_test.go Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
metric.go Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00