Update changelog
This commit is contained in:
parent
e6f0644128
commit
d5df7666d8
|
@ -14,6 +14,7 @@
|
||||||
- [clickhouse](/plugins/inputs/clickhouse/README.md) - Contributed by @kshvakov
|
- [clickhouse](/plugins/inputs/clickhouse/README.md) - Contributed by @kshvakov
|
||||||
- [execd](/plugins/inputs/execd/README.md) - Contributed by @jgraichen
|
- [execd](/plugins/inputs/execd/README.md) - Contributed by @jgraichen
|
||||||
- [infiniband](/plugins/inputs/infiniband/README.md) - Contributed by @willfurnell
|
- [infiniband](/plugins/inputs/infiniband/README.md) - Contributed by @willfurnell
|
||||||
|
- [lanz](/plugins/inputs/lanz/README.md): Contributed by @timhughes
|
||||||
- [modbus](/plugins/inputs/modbus/README.md) - Contributed by @garciaolais
|
- [modbus](/plugins/inputs/modbus/README.md) - Contributed by @garciaolais
|
||||||
- [monit](/plugins/inputs/monit/README.md) - Contributed by @SirishaGopigiri
|
- [monit](/plugins/inputs/monit/README.md) - Contributed by @SirishaGopigiri
|
||||||
- [wireguard](/plugins/inputs/wireguard/README.md) - Contributed by @LINKIWI
|
- [wireguard](/plugins/inputs/wireguard/README.md) - Contributed by @LINKIWI
|
||||||
|
|
|
@ -18,6 +18,8 @@ following works:
|
||||||
- github.com/alecthomas/units [MIT License](https://github.com/alecthomas/units/blob/master/COPYING)
|
- github.com/alecthomas/units [MIT License](https://github.com/alecthomas/units/blob/master/COPYING)
|
||||||
- github.com/amir/raidman [The Unlicense](https://github.com/amir/raidman/blob/master/UNLICENSE)
|
- github.com/amir/raidman [The Unlicense](https://github.com/amir/raidman/blob/master/UNLICENSE)
|
||||||
- github.com/apache/thrift [Apache License 2.0](https://github.com/apache/thrift/blob/master/LICENSE)
|
- github.com/apache/thrift [Apache License 2.0](https://github.com/apache/thrift/blob/master/LICENSE)
|
||||||
|
- github.com/aristanetworks/glog [Apache License 2.0](https://github.com/aristanetworks/glog/blob/master/LICENSE)
|
||||||
|
- github.com/aristanetworks/goarista [Apache License 2.0](https://github.com/aristanetworks/goarista/blob/master/COPYING)
|
||||||
- github.com/aws/aws-sdk-go [Apache License 2.0](https://github.com/aws/aws-sdk-go/blob/master/LICENSE.txt)
|
- github.com/aws/aws-sdk-go [Apache License 2.0](https://github.com/aws/aws-sdk-go/blob/master/LICENSE.txt)
|
||||||
- github.com/beorn7/perks [MIT License](https://github.com/beorn7/perks/blob/master/LICENSE)
|
- github.com/beorn7/perks [MIT License](https://github.com/beorn7/perks/blob/master/LICENSE)
|
||||||
- github.com/caio/go-tdigest [MIT License](https://github.com/caio/go-tdigest/blob/master/LICENSE)
|
- github.com/caio/go-tdigest [MIT License](https://github.com/caio/go-tdigest/blob/master/LICENSE)
|
||||||
|
@ -135,6 +137,7 @@ following works:
|
||||||
- golang.org/x/sync [BSD 3-Clause "New" or "Revised" License](https://github.com/golang/sync/blob/master/LICENSE)
|
- golang.org/x/sync [BSD 3-Clause "New" or "Revised" License](https://github.com/golang/sync/blob/master/LICENSE)
|
||||||
- golang.org/x/sys [BSD 3-Clause Clear License](https://github.com/golang/sys/blob/master/LICENSE)
|
- golang.org/x/sys [BSD 3-Clause Clear License](https://github.com/golang/sys/blob/master/LICENSE)
|
||||||
- golang.org/x/text [BSD 3-Clause Clear License](https://github.com/golang/text/blob/master/LICENSE)
|
- golang.org/x/text [BSD 3-Clause Clear License](https://github.com/golang/text/blob/master/LICENSE)
|
||||||
|
- golang.org/x/time [BSD 3-Clause Clear License](https://github.com/golang/time/blob/master/LICENSE)
|
||||||
- golang.zx2c4.com/wireguard [MIT License](https://github.com/WireGuard/wgctrl-go/blob/master/LICENSE.md)
|
- golang.zx2c4.com/wireguard [MIT License](https://github.com/WireGuard/wgctrl-go/blob/master/LICENSE.md)
|
||||||
- golang.zx2c4.com/wireguard/wgctrl [MIT License](https://github.com/WireGuard/wgctrl-go/blob/master/LICENSE.md)
|
- golang.zx2c4.com/wireguard/wgctrl [MIT License](https://github.com/WireGuard/wgctrl-go/blob/master/LICENSE.md)
|
||||||
- google.golang.org/api [BSD 3-Clause "New" or "Revised" License](https://github.com/googleapis/google-api-go-client/blob/master/LICENSE)
|
- google.golang.org/api [BSD 3-Clause "New" or "Revised" License](https://github.com/googleapis/google-api-go-client/blob/master/LICENSE)
|
||||||
|
|
|
@ -47,7 +47,7 @@ For more details on the metrics see https://github.com/aristanetworks/goarista/b
|
||||||
- tx_latency (integer)
|
- tx_latency (integer)
|
||||||
- q_drop_count (integer)
|
- q_drop_count (integer)
|
||||||
|
|
||||||
- lanz_global_buffer_usage_record
|
+ lanz_global_buffer_usage_record
|
||||||
- tags:
|
- tags:
|
||||||
- entry_type
|
- entry_type
|
||||||
- source
|
- source
|
||||||
|
|
Loading…
Reference in New Issue