Upgrade to influx_db_client@0.3.6
This commit is contained in:
parent
333f658eb6
commit
74b4ecb7f3
|
@ -80,7 +80,7 @@ env_logger = "0.5.12"
|
||||||
generic-array = { version = "0.12.0", default-features = false, features = ["serde"] }
|
generic-array = { version = "0.12.0", default-features = false, features = ["serde"] }
|
||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
hex-literal = "0.1.1"
|
hex-literal = "0.1.1"
|
||||||
influx_db_client = "0.3.4"
|
influx_db_client = "0.3.6"
|
||||||
solana-jsonrpc-core = "0.3.0"
|
solana-jsonrpc-core = "0.3.0"
|
||||||
solana-jsonrpc-http-server = "0.3.0"
|
solana-jsonrpc-http-server = "0.3.0"
|
||||||
solana-jsonrpc-macros = "0.3.0"
|
solana-jsonrpc-macros = "0.3.0"
|
||||||
|
|
|
@ -48,9 +48,7 @@ impl InfluxDbMetricsWriter {
|
||||||
client.set_read_timeout(1 /*second*/);
|
client.set_read_timeout(1 /*second*/);
|
||||||
client.set_write_timeout(1 /*second*/);
|
client.set_write_timeout(1 /*second*/);
|
||||||
|
|
||||||
// TODO: Restore the next line once https://github.com/driftluo/InfluxDBClient-rs/pull/31
|
debug!("InfluxDB version: {:?}", client.get_version());
|
||||||
// is merged and published in the influxdb crate
|
|
||||||
//debug!("InfluxDB version: {:?}", client.get_version());
|
|
||||||
Some(client)
|
Some(client)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue