InfluxDB PHP Client
|
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 | |
InfluxDB2\Service\DebugService::__construct | ( | DefaultApi | $defaultApi | ) |
DefaultApi | $defaultApi | |
HeaderSelector | $selector |
InfluxDB2\Service\DebugService::getDebugPprofAllocs | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofAllocs
Retrieve the memory allocations runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofAllocs'
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofAllocsWithHttpInfo | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofAllocsWithHttpInfo
Retrieve the memory allocations runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofAllProfiles | ( | $zap_trace_span = null, | |
$cpu = null ) |
Operation getDebugPprofAllProfiles
Retrieve all runtime profiles
string | $zap_trace_span | OpenTracing span context (optional) |
string | $cpu | Collects and returns CPU profiling data for the specified duration. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofAllProfiles'
string | $zap_trace_span | OpenTracing span context (optional) |
string | $cpu | Collects and returns CPU profiling data for the specified duration. (optional) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofAllProfilesWithHttpInfo | ( | $zap_trace_span = null, | |
$cpu = null ) |
Operation getDebugPprofAllProfilesWithHttpInfo
Retrieve all runtime profiles
string | $zap_trace_span | OpenTracing span context (optional) |
string | $cpu | Collects and returns CPU profiling data for the specified duration. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofBlock | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofBlock
Retrieve the block runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofBlock'
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofBlockWithHttpInfo | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofBlockWithHttpInfo
Retrieve the block runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofCmdline | ( | $zap_trace_span = null | ) |
Operation getDebugPprofCmdline
Retrieve the command line invocation
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofCmdline'
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofCmdlineWithHttpInfo | ( | $zap_trace_span = null | ) |
Operation getDebugPprofCmdlineWithHttpInfo
Retrieve the command line invocation
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofGoroutine | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofGoroutine
Retrieve the goroutines runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofGoroutine'
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofGoroutineWithHttpInfo | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofGoroutineWithHttpInfo
Retrieve the goroutines runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofHeap | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null, | |||
$gc = null ) |
Operation getDebugPprofHeap
Retrieve the heap runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number 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) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofHeap'
string | $zap_trace_span | OpenTracing 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 | $seconds | Number 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) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofHeapWithHttpInfo | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null, | |||
$gc = null ) |
Operation getDebugPprofHeapWithHttpInfo
Retrieve the heap runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number 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) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofMutex | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofMutex
Retrieve the mutual exclusion (mutex) runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofMutex'
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofMutexWithHttpInfo | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofMutexWithHttpInfo
Retrieve the mutual exclusion (mutex) runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofProfile | ( | $zap_trace_span = null, | |
$seconds = null ) |
Operation getDebugPprofProfile
Retrieve the CPU runtime profile
string | $zap_trace_span | OpenTracing span context (optional) |
string | $seconds | Number of seconds to collect profile data. Default is `30` seconds. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofProfile'
string | $zap_trace_span | OpenTracing span context (optional) |
string | $seconds | Number of seconds to collect profile data. Default is `30` seconds. (optional) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofProfileWithHttpInfo | ( | $zap_trace_span = null, | |
$seconds = null ) |
Operation getDebugPprofProfileWithHttpInfo
Retrieve the CPU runtime profile
string | $zap_trace_span | OpenTracing span context (optional) |
string | $seconds | Number of seconds to collect profile data. Default is `30` seconds. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofThreadCreate | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofThreadCreate
Retrieve the threadcreate runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofThreadCreate'
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofThreadCreateWithHttpInfo | ( | $zap_trace_span = null, | |
$debug = null, | |||
$seconds = null ) |
Operation getDebugPprofThreadCreateWithHttpInfo
Retrieve the threadcreate runtime profile
string | $zap_trace_span | OpenTracing 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 | $seconds | Number of seconds to collect statistics. `seconds` is mutually exclusive with `debug=1`. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofTrace | ( | $zap_trace_span = null, | |
$seconds = null ) |
Operation getDebugPprofTrace
Retrieve the runtime execution trace
string | $zap_trace_span | OpenTracing span context (optional) |
string | $seconds | Number of seconds to collect profile data. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getDebugPprofTrace'
string | $zap_trace_span | OpenTracing span context (optional) |
string | $seconds | Number of seconds to collect profile data. (optional) |
InvalidArgumentException
InfluxDB2\Service\DebugService::getDebugPprofTraceWithHttpInfo | ( | $zap_trace_span = null, | |
$seconds = null ) |
Operation getDebugPprofTraceWithHttpInfo
Retrieve the runtime execution trace
string | $zap_trace_span | OpenTracing span context (optional) |
string | $seconds | Number of seconds to collect profile data. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException