InfluxDB PHP Client
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
InfluxDB2\Service\DebugService Class Reference

Public Member Functions

 __construct (DefaultApi $defaultApi)
 
 getDebugPprofAllProfiles ($zap_trace_span=null, $cpu=null)
 
 getDebugPprofAllProfilesWithHttpInfo ($zap_trace_span=null, $cpu=null)
 
 getDebugPprofAllocs ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofAllocsWithHttpInfo ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofBlock ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofBlockWithHttpInfo ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofCmdline ($zap_trace_span=null)
 
 getDebugPprofCmdlineWithHttpInfo ($zap_trace_span=null)
 
 getDebugPprofGoroutine ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofGoroutineWithHttpInfo ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofHeap ($zap_trace_span=null, $debug=null, $seconds=null, $gc=null)
 
 getDebugPprofHeapWithHttpInfo ($zap_trace_span=null, $debug=null, $seconds=null, $gc=null)
 
 getDebugPprofMutex ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofMutexWithHttpInfo ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofProfile ($zap_trace_span=null, $seconds=null)
 
 getDebugPprofProfileWithHttpInfo ($zap_trace_span=null, $seconds=null)
 
 getDebugPprofThreadCreate ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofThreadCreateWithHttpInfo ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofTrace ($zap_trace_span=null, $seconds=null)
 
 getDebugPprofTraceWithHttpInfo ($zap_trace_span=null, $seconds=null)
 

Protected Member Functions

 getDebugPprofAllProfilesRequest ($zap_trace_span=null, $cpu=null)
 
 getDebugPprofAllocsRequest ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofBlockRequest ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofCmdlineRequest ($zap_trace_span=null)
 
 getDebugPprofGoroutineRequest ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofHeapRequest ($zap_trace_span=null, $debug=null, $seconds=null, $gc=null)
 
 getDebugPprofMutexRequest ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofProfileRequest ($zap_trace_span=null, $seconds=null)
 
 getDebugPprofThreadCreateRequest ($zap_trace_span=null, $debug=null, $seconds=null)
 
 getDebugPprofTraceRequest ($zap_trace_span=null, $seconds=null)
 

Protected Attributes

 $defaultApi
 
 $headerSelector
 

Constructor & Destructor Documentation

◆ __construct()

InfluxDB2\Service\DebugService::__construct ( DefaultApi $defaultApi)
Parameters
DefaultApi$defaultApi
HeaderSelector$selector

Member Function Documentation

◆ getDebugPprofAllocs()

InfluxDB2\Service\DebugService::getDebugPprofAllocs ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofAllocs

Retrieve the memory allocations runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\SplFileObject|string

◆ getDebugPprofAllocsRequest()

InfluxDB2\Service\DebugService::getDebugPprofAllocsRequest ( $zap_trace_span = null,
$debug = null,
$seconds = null )
protected

Create request for operation 'getDebugPprofAllocs'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofAllocsWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofAllocsWithHttpInfo ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofAllocsWithHttpInfo

Retrieve the memory allocations runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \SplFileObject|string, HTTP status code, HTTP response headers (array of strings)

◆ getDebugPprofAllProfiles()

InfluxDB2\Service\DebugService::getDebugPprofAllProfiles ( $zap_trace_span = null,
$cpu = null )

Operation getDebugPprofAllProfiles

Retrieve all runtime profiles

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$cpuCollects and returns CPU profiling data for the specified duration. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\SplFileObject|string

◆ getDebugPprofAllProfilesRequest()

InfluxDB2\Service\DebugService::getDebugPprofAllProfilesRequest ( $zap_trace_span = null,
$cpu = null )
protected

Create request for operation 'getDebugPprofAllProfiles'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$cpuCollects and returns CPU profiling data for the specified duration. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofAllProfilesWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofAllProfilesWithHttpInfo ( $zap_trace_span = null,
$cpu = null )

Operation getDebugPprofAllProfilesWithHttpInfo

Retrieve all runtime profiles

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$cpuCollects and returns CPU profiling data for the specified duration. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \SplFileObject|string, HTTP status code, HTTP response headers (array of strings)

◆ getDebugPprofBlock()

InfluxDB2\Service\DebugService::getDebugPprofBlock ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofBlock

Retrieve the block runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\SplFileObject|string

◆ getDebugPprofBlockRequest()

InfluxDB2\Service\DebugService::getDebugPprofBlockRequest ( $zap_trace_span = null,
$debug = null,
$seconds = null )
protected

Create request for operation 'getDebugPprofBlock'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofBlockWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofBlockWithHttpInfo ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofBlockWithHttpInfo

Retrieve the block runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \SplFileObject|string, HTTP status code, HTTP response headers (array of strings)

◆ getDebugPprofCmdline()

InfluxDB2\Service\DebugService::getDebugPprofCmdline ( $zap_trace_span = null)

Operation getDebugPprofCmdline

Retrieve the command line invocation

Parameters
string$zap_trace_spanOpenTracing span context (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
string|string

◆ getDebugPprofCmdlineRequest()

InfluxDB2\Service\DebugService::getDebugPprofCmdlineRequest ( $zap_trace_span = null)
protected

Create request for operation 'getDebugPprofCmdline'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofCmdlineWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofCmdlineWithHttpInfo ( $zap_trace_span = null)

Operation getDebugPprofCmdlineWithHttpInfo

Retrieve the command line invocation

Parameters
string$zap_trace_spanOpenTracing span context (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of string|string, HTTP status code, HTTP response headers (array of strings)

◆ getDebugPprofGoroutine()

InfluxDB2\Service\DebugService::getDebugPprofGoroutine ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofGoroutine

Retrieve the goroutines runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\SplFileObject|string

◆ getDebugPprofGoroutineRequest()

InfluxDB2\Service\DebugService::getDebugPprofGoroutineRequest ( $zap_trace_span = null,
$debug = null,
$seconds = null )
protected

Create request for operation 'getDebugPprofGoroutine'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofGoroutineWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofGoroutineWithHttpInfo ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofGoroutineWithHttpInfo

Retrieve the goroutines runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \SplFileObject|string, HTTP status code, HTTP response headers (array of strings)

◆ getDebugPprofHeap()

InfluxDB2\Service\DebugService::getDebugPprofHeap ( $zap_trace_span = null,
$debug = null,
$seconds = null,
$gc = null )

Operation getDebugPprofHeap

Retrieve the heap runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
int$gc- `0`: (Default) don't force garbage collection before sampling. - `1`: Force garbage collection before sampling. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\SplFileObject|string

◆ getDebugPprofHeapRequest()

InfluxDB2\Service\DebugService::getDebugPprofHeapRequest ( $zap_trace_span = null,
$debug = null,
$seconds = null,
$gc = null )
protected

Create request for operation 'getDebugPprofHeap'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
int$gc- `0`: (Default) don't force garbage collection before sampling. - `1`: Force garbage collection before sampling. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofHeapWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofHeapWithHttpInfo ( $zap_trace_span = null,
$debug = null,
$seconds = null,
$gc = null )

Operation getDebugPprofHeapWithHttpInfo

Retrieve the heap runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
int$gc- `0`: (Default) don't force garbage collection before sampling. - `1`: Force garbage collection before sampling. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \SplFileObject|string, HTTP status code, HTTP response headers (array of strings)

◆ getDebugPprofMutex()

InfluxDB2\Service\DebugService::getDebugPprofMutex ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofMutex

Retrieve the mutual exclusion (mutex) runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\SplFileObject|string

◆ getDebugPprofMutexRequest()

InfluxDB2\Service\DebugService::getDebugPprofMutexRequest ( $zap_trace_span = null,
$debug = null,
$seconds = null )
protected

Create request for operation 'getDebugPprofMutex'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofMutexWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofMutexWithHttpInfo ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofMutexWithHttpInfo

Retrieve the mutual exclusion (mutex) runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \SplFileObject|string, HTTP status code, HTTP response headers (array of strings)

◆ getDebugPprofProfile()

InfluxDB2\Service\DebugService::getDebugPprofProfile ( $zap_trace_span = null,
$seconds = null )

Operation getDebugPprofProfile

Retrieve the CPU runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$secondsNumber of seconds to collect profile data. Default is `30` seconds. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\SplFileObject|string

◆ getDebugPprofProfileRequest()

InfluxDB2\Service\DebugService::getDebugPprofProfileRequest ( $zap_trace_span = null,
$seconds = null )
protected

Create request for operation 'getDebugPprofProfile'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$secondsNumber of seconds to collect profile data. Default is `30` seconds. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofProfileWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofProfileWithHttpInfo ( $zap_trace_span = null,
$seconds = null )

Operation getDebugPprofProfileWithHttpInfo

Retrieve the CPU runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$secondsNumber of seconds to collect profile data. Default is `30` seconds. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \SplFileObject|string, HTTP status code, HTTP response headers (array of strings)

◆ getDebugPprofThreadCreate()

InfluxDB2\Service\DebugService::getDebugPprofThreadCreate ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofThreadCreate

Retrieve the threadcreate runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\SplFileObject|string

◆ getDebugPprofThreadCreateRequest()

InfluxDB2\Service\DebugService::getDebugPprofThreadCreateRequest ( $zap_trace_span = null,
$debug = null,
$seconds = null )
protected

Create request for operation 'getDebugPprofThreadCreate'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofThreadCreateWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofThreadCreateWithHttpInfo ( $zap_trace_span = null,
$debug = null,
$seconds = null )

Operation getDebugPprofThreadCreateWithHttpInfo

Retrieve the threadcreate runtime profile

Parameters
string$zap_trace_spanOpenTracing span context (optional)
int$debug- `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. `debug=1` is mutually exclusive with the `seconds` query parameter. (optional)
string$secondsNumber of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \SplFileObject|string, HTTP status code, HTTP response headers (array of strings)

◆ getDebugPprofTrace()

InfluxDB2\Service\DebugService::getDebugPprofTrace ( $zap_trace_span = null,
$seconds = null )

Operation getDebugPprofTrace

Retrieve the runtime execution trace

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$secondsNumber of seconds to collect profile data. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
\SplFileObject|string

◆ getDebugPprofTraceRequest()

InfluxDB2\Service\DebugService::getDebugPprofTraceRequest ( $zap_trace_span = null,
$seconds = null )
protected

Create request for operation 'getDebugPprofTrace'

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$secondsNumber of seconds to collect profile data. (optional)
Exceptions

InvalidArgumentException

Returns
\Psr\Http\Message\RequestInterface

◆ getDebugPprofTraceWithHttpInfo()

InfluxDB2\Service\DebugService::getDebugPprofTraceWithHttpInfo ( $zap_trace_span = null,
$seconds = null )

Operation getDebugPprofTraceWithHttpInfo

Retrieve the runtime execution trace

Parameters
string$zap_trace_spanOpenTracing span context (optional)
string$secondsNumber of seconds to collect profile data. (optional)
Exceptions

InfluxDB2\ApiException on non-2xx response

Exceptions

InvalidArgumentException

Returns
array of \SplFileObject|string, HTTP status code, HTTP response headers (array of strings)

The documentation for this class was generated from the following file: