mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 16:32:08 +00:00
![]() influxdb (udp + http(s)) only for now general architecture looks as follows: the helper functions influxdb_http/udp start a tokio task and return a Metrics struct, that can be used to send data and wait for the tokio task. if the struct is dropped, the task is canceled. so it would look like this: let metrics = influxdb_http(..params..)?; metrics.send_data(...).await?; metrics.send_data(...).await?; metrics.join?; on join, the sending part of the channel will be dropped and thus flushing the remaining data to the server Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> [renamed proxmox_async::io::udp -> proxmox_async::net::udp] Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
changelog | ||
copyright | ||
debcargo.toml |