diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f82ce06..9172f2959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ### New Inputs - [fibaro](./plugins/inputs/fibaro/README.md) - Contributed by @dynek +- [jti_openconfig_telemetry](./plugins/inputs/jti_openconfig_telemetry/README.md) - Contributed by @ajhai - [mcrouter](./plugins/inputs/mcrouter/README.md) - Contributed by @cthayer - [nvidia_smi](./plugins/inputs/nvidia_smi/README.md) - Contributed by @jackzampolin diff --git a/README.md b/README.md index 6fbe80276..be3d9064c 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ configuration options. * [ipset](./plugins/inputs/ipset) * [jolokia](./plugins/inputs/jolokia) (deprecated, use [jolokia2](./plugins/inputs/jolokia2)) * [jolokia2](./plugins/inputs/jolokia2) (java, cassandra, kafka) +- [jti_openconfig_telemetry](./plugins/inputs/jti_openconfig_telemetry) * [kapacitor](./plugins/inputs/kapacitor) * [kubernetes](./plugins/inputs/kubernetes) * [leofs](./plugins/inputs/leofs) diff --git a/docs/LICENSE_OF_DEPENDENCIES.md b/docs/LICENSE_OF_DEPENDENCIES.md index 4c9e2d616..07b7287e9 100644 --- a/docs/LICENSE_OF_DEPENDENCIES.md +++ b/docs/LICENSE_OF_DEPENDENCIES.md @@ -97,6 +97,8 @@ following works: - golang.org/x/net [BSD](https://go.googlesource.com/net/+/master/LICENSE) - golang.org/x/text [BSD](https://go.googlesource.com/text/+/master/LICENSE) - golang.org/x/sys [BSD](https://go.googlesource.com/sys/+/master/LICENSE) +- google.golang.org/grpc [APACHE](https://github.com/google/grpc-go/blob/master/LICENSE) +- google.golang.org/genproto [APACHE](https://github.com/google/go-genproto/blob/master/LICENSE) - gopkg.in/asn1-ber.v1 [MIT](https://github.com/go-asn1-ber/asn1-ber/blob/v1.2/LICENSE) - gopkg.in/dancannon/gorethink.v1 [APACHE](https://github.com/dancannon/gorethink/blob/v1.1.2/LICENSE) - gopkg.in/fatih/pool.v2 [MIT](https://github.com/fatih/pool/blob/v2.0.0/LICENSE)