Skip to content

HnZGaming/TorchInfluxDb

Repository files navigation

TorchInfluxDb

InfluxDB v2.0 integration.

Installation

TorchAPI plugin page

Code Sample

    using InfluxDb.Torch;
    
    TorchInfluxDbWriter
      .Measurement("profiler_block_types")
      .Tag("block_type", blockType.Name)
      .Field("main_ms", deltaTime)
      .Write();

Plugin Configuration

Credentials

  • Host URL
  • Organization Name
  • Bucket Name
  • Authentication Token

Operation

  • Enable -- Enables writing.
  • Throttle Interval (Seconds) -- Sets frequency to write points in queue.
  • Log File Path -- Sets log file path for InfluxDb.* 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.

License

MIT License.

See Also

About

InfluxDB integration & configuration UI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published