Skip to content

Commit

Permalink
Downgrade processing logs in EMF exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrara committed Nov 18, 2024
1 parent b5f3b0c commit c73a180
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 c73a180

Please sign in to comment.