influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > GetDebugPprofGoroutineRequest

GetDebugPprofGoroutineRequest interface

Signature:

interface GetDebugPprofGoroutineRequest 

Properties

Property Modifiers Type Description
debug?   number <p>(Optional) - 0: (Default) Return the report as a gzip-compressed protocol buffer. - 1: Return a response body with the report formatted as human-readable text with comments that translate addresses to function names and line numbers for debugging.</p><p>debug=1 is mutually exclusive with the seconds query parameter.</p>
seconds?   string <p>(Optional) Number of seconds to collect statistics.</p><p>seconds is mutually exclusive with debug=1.</p>