We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf5e31 commit 0bb2618Copy full SHA for 0bb2618
runtimes/core/src/metrics/exporter/prometheus.rs
@@ -191,7 +191,7 @@ impl Prometheus {
191
impl Exporter for Prometheus {
192
async fn export(&self, metrics: Vec<CollectedMetric>) {
193
if let Err(err) = self.export_metrics(metrics).await {
194
- log::error!("Failed to export metrics to Prometheus: {}", err);
+ log::error!("Failed to export metrics to Prometheus: {:#}", err);
195
}
196
197
0 commit comments