monitoring-service
Preparing search index...
store/InfluxDB/InfluxDBClient
InfluxDBClient
Class InfluxDBClient
Index
Constructors
constructor
Methods
check
Connection
delete
Async
get
Bucket
get
Delete
Api
get
Influx
DB
get
Query
Api
get
Write
Api
query
Async
write
Point
Constructors
constructor
new
InfluxDBClient
(
url
:
string
,
token
:
string
,
org
:
string
,
bucket
:
string
,
)
:
InfluxDBClient
Parameters
url
:
string
token
:
string
org
:
string
bucket
:
string
Returns
InfluxDBClient
Methods
check
Connection
checkConnection
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
delete
Async
deleteAsync
(
tag
:
MeasurementTag
,
value
:
string
)
:
Promise
<
void
>
Parameters
tag
:
MeasurementTag
value
:
string
Returns
Promise
<
void
>
get
Bucket
getBucket
()
:
string
Returns
string
get
Delete
Api
getDeleteApi
()
:
DeleteAPI
Returns
DeleteAPI
get
Influx
DB
getInfluxDB
()
:
InfluxDB
Returns
InfluxDB
get
Query
Api
getQueryApi
()
:
QueryApi
Returns
QueryApi
get
Write
Api
getWriteApi
()
:
WriteApi
Returns
WriteApi
query
Async
queryAsync
<
T
=
unknown
>
(
fluxQuery
:
string
)
:
Promise
<
T
[]
>
Type Parameters
T
=
unknown
Parameters
fluxQuery
:
string
Returns
Promise
<
T
[]
>
write
Point
writePoint
(
point
:
Point
)
:
Promise
<
void
>
Parameters
point
:
Point
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
check
Connection
delete
Async
get
Bucket
get
Delete
Api
get
Influx
DB
get
Query
Api
get
Write
Api
query
Async
write
Point
monitoring-service
Loading...