Skip to content
Snippets Groups Projects
  • Cameron Sparr's avatar
    4a5d3136
    Improve the InfluxDB through-put performance · 4a5d3136
    Cameron Sparr authored
    This changes the current use of the InfluxDB client to instead use a
    baked-in client that uses the fasthttp library.
    
    This allows for significantly smaller allocations, the re-use of http
    body buffers, and the re-use of the actual bytes of the line-protocol
    metric representations.
    Improve the InfluxDB through-put performance
    Cameron Sparr authored
    This changes the current use of the InfluxDB client to instead use a
    baked-in client that uses the fasthttp library.
    
    This allows for significantly smaller allocations, the re-use of http
    body buffers, and the re-use of the actual bytes of the line-protocol
    metric representations.