1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/otlp/otlpmetric
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
..
internal Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
otlpmetricgrpc Bump google.golang.org/grpc from 1.39.1 to 1.40.0 in /exporters/otlp/otlpmetric (#2186) 2021-08-19 08:28:35 -07:00
otlpmetrichttp Bump google.golang.org/grpc from 1.39.1 to 1.40.0 in /exporters/otlp/otlpmetric (#2186) 2021-08-19 08:28:35 -07:00
clients.go OTLP metrics gRPC exporter (#1991) 2021-06-11 13:25:56 -07:00
exporter_test.go Rename metric instruments to match feature-freeze API specification (#2202) 2021-09-01 16:38:37 -04:00
exporter.go Support a single Resource per MeterProvider in the SDK (#2120) 2021-08-12 15:44:58 -07:00
go.mod Bump google.golang.org/grpc from 1.39.1 to 1.40.0 in /exporters/otlp/otlpmetric (#2186) 2021-08-19 08:28:35 -07:00
go.sum Bump google.golang.org/grpc from 1.39.1 to 1.40.0 in /exporters/otlp/otlpmetric (#2186) 2021-08-19 08:28:35 -07:00
options.go OTLP metrics gRPC exporter (#1991) 2021-06-11 13:25:56 -07:00