Skip to content

Commit

Permalink
Downgrade processing logs in EMF exporter (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrara authored Dec 4, 2024
1 parent 987f9bd commit 8c34d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/awsemfexporter/emf_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (emf *emfExporter) pushMetricsData(_ context.Context, md pmetric.Metrics) e
})
}
}
emf.config.logger.Info("Start processing resource metrics", zap.Any("labels", labels))
emf.config.logger.Debug("Start processing resource metrics", zap.Any("labels", labels))
emf.processResourceLabels(labels)

groupedMetrics := make(map[any]*groupedMetric)
Expand Down

0 comments on commit 8c34d5d

Please sign in to comment.