mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-28 03:06:29 +00:00
Fix build (#481)
This commit is contained in:
@@ -364,7 +364,7 @@ fn push_server_stats(lines: &mut Vec<String>) {
|
|||||||
{
|
{
|
||||||
lines.push(prometheus_metric.to_string());
|
lines.push(prometheus_metric.to_string());
|
||||||
} else {
|
} else {
|
||||||
warn!("Metric {} not implemented for {}", key, address.name());
|
debug!("Metric {} not implemented for {}", key, address.name());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user