mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-29 21:47:00 +02:00
Fix a typo in the manual reader (#3509)
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
parent
a436ae76f7
commit
e97704c1ec
@ -25,7 +25,7 @@ import (
|
|||||||
"go.opentelemetry.io/otel/sdk/metric/metricdata"
|
"go.opentelemetry.io/otel/sdk/metric/metricdata"
|
||||||
)
|
)
|
||||||
|
|
||||||
// manualReader is a a simple Reader that allows an application to
|
// manualReader is a simple Reader that allows an application to
|
||||||
// read metrics on demand.
|
// read metrics on demand.
|
||||||
type manualReader struct {
|
type manualReader struct {
|
||||||
producer atomic.Value
|
producer atomic.Value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user