与“输入”相关
array.from() 函数
array.from()
从记录数组构建一个表。
csv.from() 函数
csv.from()
从逗号分隔值 (CSV) 数据源检索数据,并返回表流。
generate.from() 函数
generate.from()
使用提供的参数值生成数据。
socket.from() 函数
socket.from()
从套接字连接返回数据,并根据指定的解码器输出表流。
bigtable.from() 函数
bigtable.from()
从 Google Cloud Bigtable 数据源检索数据。
from() 函数
from()
从 InfluxDB 数据源查询数据。
http.get() 函数
http.get()
向指定的 URL 提交 HTTP GET 请求,并返回 HTTP 状态代码、响应正文和响应标头。
iox.from() 函数
iox.from()
从 IOx 存储节点中选定的存储桶和测量项读取数据。
iox.sql() 函数
iox.sql()
对 IOx 存储节点中的存储桶执行 SQL 查询。
prometheus.scrape() 函数
prometheus.scrape()
从 HTTP 可访问的端点抓取 Prometheus 指标,并将它们作为表流返回。
query.inBucket() 函数
query.inBucket()
在给定的时间范围内从指定的 InfluxDB 存储桶查询数据,并按测量项、字段和可选的谓词表达式过滤数据。
requests.do() 函数
requests.do()
发起一个 http 请求。
requests.get() 函数
requests.get()
发起一个 http GET 请求。这与调用 request.do(method: \"GET\", ...)
相同。
requests.post() 函数
requests.post()
发起一个 http POST 请求。这与调用 request.do(method: \"POST\", ...)
相同。
usage.from() 函数
usage.from()
从 InfluxDB Cloud 组织返回使用情况数据。
clickhouse.query() 函数
clickhouse.query()
使用指定的参数从 ClickHouse 查询数据。
from() 函数
from()
从 InfluxDB 存储桶中检索 start
和 stop
时间之间的数据。
influxdb.select() 函数
influxdb.select()
是 from()
、range()
、filter()
和 pivot()
的替代实现,它返回透视查询结果并屏蔽 _measurement
、_start
和 _stop
列。结果类似于 InfluxQL SELECT
语句返回的结果。
logql.query_range() 函数
logql.query_range()
在给定的时间范围内从指定的 LogQL 查询查询数据,并按查询、时间范围和可选的限制表达式过滤数据。所有值都作为字符串值返回(在 csv.from
中使用 raw
模式)
monitor.logs() 函数
monitor.logs()
检索存储在 _monitoring
存储桶中 notifications
测量项中的通知事件。
requests.do() 函数
requests.do()
发起一个 http 请求。
requests.get() 函数
requests.get()
发起一个 http GET 请求。这与调用 request.do(method: \"GET\", ...)
相同。
requests.post() 函数
requests.post()
发起一个 http POST 请求。这与调用 request.do(method: \"POST\", ...)
相同。
v1.json() 函数
v1.json()
将 InfluxDB 1.x JSON 结果解析为表流。