InfluxDB v2.0 integration.
using InfluxDb.Torch;
TorchInfluxDbWriter
.Measurement("profiler_block_types")
.Tag("block_type", blockType.Name)
.Field("main_ms", deltaTime)
.Write();Host URLOrganization NameBucket NameAuthentication Token
Enable-- Enables writing.Throttle Interval (Seconds)-- Sets frequency to write points in queue.Log File Path-- Sets log file path forInfluxDb.*namespace.Suppress Console Output-- Hides logs from Torch console UI.Enable Logging Trace-- Enables logging "trace" entries.
Note you don't need to restart Torch.
MIT License.