Skip to content

Commit 4363eeb

Browse files
phemmersparrc
authored andcommitted
update gopsutil for FreeBSD disk time metrics (#1534)
Results in adding the io_time metric to FreeBSD, and adjusts the read_time and write_time metrics to be in milliseconds like linux.
1 parent 1be6ea5 commit 4363eeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [#1477](https://github.com/influxdata/telegraf/issues/1477): nstat: fix inaccurate config panic.
1212
- [#1481](https://github.com/influxdata/telegraf/issues/1481): jolokia: fix handling multiple multi-dimensional attributes.
1313
- [#1430](https://github.com/influxdata/telegraf/issues/1430): Fix prometheus character sanitizing. Sanitize more win_perf_counters characters.
14+
- [#1534](https://github.com/influxdata/telegraf/pull/1534): Add diskio io_time to FreeBSD & report timing metrics as ms (as linux does).
1415

1516
## v1.0 beta 3 [2016-07-18]
1617

Godeps

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ github.com/prometheus/client_model fa8ad6fec33561be4280a8f0514318c79d7f6cb6
4444
github.com/prometheus/common e8eabff8812b05acf522b45fdcd725a785188e37
4545
github.com/prometheus/procfs 406e5b7bfd8201a36e2bb5f7bdae0b03380c2ce8
4646
github.com/samuel/go-zookeeper 218e9c81c0dd8b3b18172b2bbfad92cc7d6db55f
47-
github.com/shirou/gopsutil 586bb697f3ec9f8ec08ffefe18f521a64534037c
47+
github.com/shirou/gopsutil ee66bc560c366dd33b9a4046ba0b644caba46bed
4848
github.com/soniah/gosnmp b1b4f885b12c5dcbd021c5cee1c904110de6db7d
4949
github.com/sparrc/aerospike-client-go d4bb42d2c2d39dae68e054116f4538af189e05d5
5050
github.com/streadway/amqp b4f3ceab0337f013208d31348b578d83c0064744

0 commit comments

Comments
 (0)