metrics: cleanup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
48e047cefc
commit
138f32e360
@ -57,7 +57,7 @@ pub fn influxdb_http(
|
||||
rx,
|
||||
)?;
|
||||
|
||||
let join_handle = Some(tokio::spawn(async { this.finish().await }));
|
||||
let join_handle = Some(tokio::spawn(this.finish()));
|
||||
|
||||
Ok(Metrics {
|
||||
join_handle,
|
||||
|
Loading…
x
Reference in New Issue
Block a user