1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-15 01:04:25 +02:00

Rename Observer to ValueObserver (#734)

* Observer -> ValueObserver

* Move wrappers into async.go
This commit is contained in:
Joshua MacDonald
2020-05-18 11:03:43 -07:00
committed by GitHub
parent 76baa9cc7a
commit ee3c9ed1a5
23 changed files with 142 additions and 142 deletions

View File

@ -87,7 +87,7 @@ func TestNaNTest(t *testing.T) {
for _, mkind := range []metric.Kind{
metric.CounterKind,
metric.ValueRecorderKind,
metric.ObserverKind,
metric.ValueObserverKind,
} {
desc := metric.NewDescriptor(
"name",