metrics.reporter.influxdb.connectTimeout |
10000 |
Integer |
(可选的)连接 InfluxDB 时的超时时间。 |
metrics.reporter.influxdb.consistency |
ONE |
Enum |
(可选的)InfluxDB 保存指标时的一致性级别。
可选的值: |
metrics.reporter.influxdb.db |
(none) |
String |
存储运行指标的 InfluxDB 数据库名称。 |
metrics.reporter.influxdb.host |
(none) |
String |
InfluxDB 服务器的地址。 |
metrics.reporter.influxdb.password |
(none) |
String |
(可选的)验证 InfluxDB 时用户名的密码。 |
metrics.reporter.influxdb.port |
8086 |
Integer |
InfluxDB 服务器的端口号。 |
metrics.reporter.influxdb.retentionPolicy |
(none) |
String |
(可选的)InfluxDB 保存指标时使用的保留策略。 |
metrics.reporter.influxdb.scheme |
http |
Enum |
InfluxDB 使用的协议。
可选的值: |
metrics.reporter.influxdb.username |
(none) |
String |
(可选的)验证 InfluxDB 时的用户名。 |
metrics.reporter.influxdb.writeTimeout |
10000 |
Integer |
(可选的)InfluxDB 的写入超时时间。 |