Skip to content

Commit

Permalink
Merge branch 'main' into fix-otelgrpc-interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Oct 27, 2023
2 parents cff17fa + 3232d7e commit d6c8a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/autoexport/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func WithFallbackMetricReader(exporter metric.Reader) MetricOption {
// Use [RegisterMetricReader] to handle more values of OTEL_METRICS_EXPORTER.
//
// Use [WithFallbackMetricReader] option to change the returned exporter
// when OTEL_TRACES_EXPORTER is unset or empty.
// when OTEL_METRICS_EXPORTER is unset or empty.
//
// Use [IsNoneMetricReader] to check if the retured exporter is a "no operation" exporter.
func NewMetricReader(ctx context.Context, opts ...MetricOption) (metric.Reader, error) {
Expand Down

0 comments on commit d6c8a0d

Please sign in to comment.