Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
  • Loading branch information
philchia and mx-psi committed Nov 21, 2023
1 parent 2c82820 commit 30b68ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resourcetotelemetry/resource_to_telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (wme *wrapperMetricsExporter) ConsumeMetrics(ctx context.Context, md pmetri
}

func (wme *wrapperMetricsExporter) Capabilities() consumer.Capabilities {
// Always return true since this wrapper modify data inplace.
// Always return true since this wrapper modifies data inplace.
return consumer.Capabilities{MutatesData: true}
}

Expand Down

0 comments on commit 30b68ae

Please sign in to comment.