influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

GetDebugPprofHeapRequest interface

Signature:

interface GetDebugPprofHeapRequest 

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. The report contains 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>
gc?   number (Optional) - 0: (Default) don’t force garbage collection before sampling. - 1: Force garbage collection before sampling.
seconds?   string <p>(Optional) Number of seconds to collect statistics.</p><p>seconds is mutually exclusive with debug=1.</p>