Vert.x InfluxDb micrometer configuration.
package |
Default |
---|
__construct( $vertxInfluxDbOptions = null)
mixed | null
getBatchSize() : integer
integer
getConnectTimeout() : integer
integer
getDb() : string
string
getNumThreads() : integer
integer
getPassword() : string
string
getReadTimeout() : integer
integer
getRetentionPolicy() : string
string
getStep() : integer
integer
getUri() : string
string
getUserName() : string
string
isCompressed() : boolean
boolean
isEnabled() : boolean
boolean
setBatchSize( $batchSize) : $this
integer
$this
setCompressed( $compressed) : $this
boolean
$this
setConnectTimeout( $connectTimeout) : $this
integer
$this
setDb( $db) : $this
string
$this
setEnabled( $enabled) : $this
boolean
$this
setNumThreads( $numThreads) : $this
integer
$this
setPassword( $password) : $this
string
$this
setReadTimeout( $readTimeout) : $this
integer
$this
setRetentionPolicy( $retentionPolicy) : $this
string
$this
setStep( $step) : $this
integer
$this
setUri( $uri) : $this
string
$this
setUserName( $userName) : $this
string
$this