Skip to content

Commit

Permalink
fix v2 remote write
Browse files Browse the repository at this point in the history
  • Loading branch information
edma2 committed Nov 1, 2024
1 parent 86bd3ba commit 6f941e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (c *prometheusConverterV2) addGaugeNumberDataPoints(dataPoints pmetric.Numb
for x := 0; x < dataPoints.Len(); x++ {
pt := dataPoints.At(x)

labels := createAttributes(
labels := NewPrometheusConverter().createAttributes(
resource,
pt.Attributes(),
settings.ExternalLabels,
Expand Down

0 comments on commit 6f941e3

Please sign in to comment.