Releases: newrelic/nri-redis
Releases · newrelic/nri-redis
v1.9.0
What's Changed
- New Automatic Redis OHI Logging Template by @lchapman4 in #134
New Contributors
- @lchapman4 made their first contribution in #134
Full Changelog: v1.8.2...v1.9.0
v1.8.2
v1.8.1
Fixed
Added unit notation to the default interval in the config sample.
Added missing config parameters in the config sample.
v1.8.0
Changed
Moved default config.sample to V4, added a dependency for infra-agent version 1.20.0 newrelic/nri-nginx#83
Please notice that old V3 configuration format is deprecated, but still supported.
v1.7.1
A stricter validation of args was introduced without noticing that use_unix_socket was false in defaults, but true in the sample config.
There are users having use_unix_socket=true and then connecting with hostname and port, or use_unix_socket=false and then connecting with the unix socket.
Arg use_unix_socket is not used to define how to connect, but merely the entity name.:
Adds the UnixSocketPath value to the entity. If you are monitoring more than one Redis instance on the same host using Unix sockets, then you should set it to true.
v1.7.0
v1.6.3
Changed
- Added support for ARM and ARM64.
v1.6.2
Changed
- Upgrade dependency manager to use go mod
- Bumps sdk to v3.6.7 solving multi-instance storage overlapping
- Bumps redigo to v1.8 (redis client library)
v1.6.1
Changed
- Add arm packages and binaries
v1.6.0
Changed
- Add print integration version from cli using
-show_versionflag