InfluxDBImpl influxDB = new InfluxDBImpl("http://192.168.44.237:8086", "root", "root", client.newBuilder()); Query query = new Query("select * from disk_free", "devops"); QueryResult result = influxDB.query(query); QueryResult.Result oneResult = result.getResults().get(0); Syste...
influxdb client java 批量 influxdb 命令行 InfluxDB是用Go编写的一个开源分布式时序、事件和指标数据库,无需外部依赖。它与Elasticsearch、Graphite等类似。比较适用于与事件紧密相关的数据,例如实时日志数据、实时监控数据等,详细信息可以自行网上搜索。 0x00 环境信息 基本信息: 系统:CentOS7.2 IP地址:xx.xx.xx.xx...
概述本文主要记录面向 Influxdb 2.x 的java client的使用方法,同时兼容 1.8.0 的 Influxdb。 Influxdb Java客户端Influxdb 客户端 1.8 和 2.x 的选择Note: We recommend using the new client libraries on this …
下载到D盘: wget http://dl.influxdata.com/influxdb/releases/influxdb2-2.4.0-windows-amd64.zip 解压开启 ./influxd.exe 打开 http://localhost:8086/ 设置初始用户和密码及其他信息。 Maven 集成 <dependency> <groupId>com.influxdb</groupId> <artifactId>influxdb-client-java</artifactId> <version...
Influxdb Java客户端 Influxdb 的Docker版本目前最高是1.8.3. 官方最高版本是2.0. Note: We recommend using the new client libraries on this page to leverage the new read (via Flux) and write APIs and prepare for conversion to InfluxDB 2.0 and InfluxDB Cloud 2.0. For more information, see In...
Java连接influxDB influxDB 版本 2.0 java连接influxDB 生成Token 图片.png 生成token时可选择读写可操作的bucket 图片.png 来到这个页面后按照官方文档操作即可 添加maven依赖 <dependency><groupId>com.influxdb</groupId><artifactId>influxdb-client-java</artifactId><version>2.0.0</version></dependency>...
Java client for InfluxDB. Contribute to influxdata/influxdb-java development by creating an account on GitHub.
Added initial version InfluxData Platform Java client 6年前 README.md chore(release): release version 4.0.0 [skip ci] 3年前 codecov.yml fix: renameshift()totimeShift()function (#236) 4年前 pom.xml [maven-release-plugin] prepare for next development iteration ...
数据点包括time(一个时间戳),measurement(例如cpu_load),至少一个k-v格式的field(也即指标的数值例如...
influxdb-client-javaThis repository contains the Java client library for use with InfluxDB 2.x and Flux. Currently, Java, Reactive, Kotlin and Scala clients are implemented. InfluxDB 3.x users should instead use the lightweight v3 client library. InfluxDB 1.x users should use the v1 client...