Skip to content

Commit

Permalink
Update exporter/prometheusremotewriteexporter/exporter.go
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Silva Sens <[email protected]>
  • Loading branch information
jmichalek132 and ArthurSens authored Nov 11, 2024
1 parent a5cea35 commit 0e8d921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/prometheusremotewriteexporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func (prwe *prwExporter) PushMetrics(ctx context.Context, md pmetric.Metrics) er
return prwe.pushMetricsV2(ctx, md)

default:
return errors.New("unexpected rw protobuf message")
return errors.New("unexpected remote-write protobuf message")
}

}
Expand Down

0 comments on commit 0e8d921

Please sign in to comment.