Skip to content

Commit

Permalink
Update pkg/pipeline/encode/opentelemetry/encode_otlpmetrics.go
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Pinsonneau <[email protected]>
  • Loading branch information
KalmanMeth and jpinsonneau authored Feb 26, 2024
1 parent d3ca238 commit 9b8e42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/encode/opentelemetry/encode_otlpmetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func NewEncodeOtlpMetrics(opMetrics *operational.Metrics, params config.StagePar

}
if err != nil {
log.Errorf("error during counter creation: %v", err)
log.Errorf("error during histogram creation: %v", err)
return nil, err
}
metricCommon.AddHist(histo, mInfo)
Expand Down

0 comments on commit 9b8e42d

Please sign in to comment.