Skip to content

Commit

Permalink
fix: use correct namespace field for CWmetrics by reordering json
Browse files Browse the repository at this point in the history
  • Loading branch information
Claus Riegg committed Dec 14, 2022
1 parent 3c6160d commit b4310a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/awsemfexporter/metric_translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ func groupedMetricToCWMeasurement(groupedMetric *groupedMetric, config *Config)
}

return cWMeasurement{
Namespace: groupedMetric.metadata.namespace,
Dimensions: dimensions,
Metrics: metrics,
Namespace: groupedMetric.metadata.namespace,
}
}

Expand Down

0 comments on commit b4310a4

Please sign in to comment.