style(hive-metric): treefmt shutdown() call
This commit is contained in:
parent
4011141fd6
commit
307e4a9ad5
1 changed files with 3 additions and 1 deletions
|
|
@ -89,7 +89,9 @@ async fn main() -> Result<()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Flush pending metrics and shut down cleanly.
|
// Flush pending metrics and shut down cleanly.
|
||||||
provider.shutdown().context("failed to flush OTLP metrics")?;
|
provider
|
||||||
|
.shutdown()
|
||||||
|
.context("failed to flush OTLP metrics")?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue