Skip to content

Releases: newrelic/nri-redis

v1.9.0

09 Mar 09:52
2655719

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2

20 Oct 11:12
6a0715c

Choose a tag to compare

Added

Added support for more distributions:

  • Debian 11
  • Ubuntu 20.10
  • Ubuntu 21.04
  • SUSE 12.15
  • SUSE 15.1
  • SUSE 15.2
  • SUSE 15.3
  • Oracle Linux 7
  • Oracle Linux 8

v1.8.1

27 Aug 11:18
d3e3573

Choose a tag to compare

Fixed

Added unit notation to the default interval in the config sample.

Added missing config parameters in the config sample.

v1.8.0

27 Aug 08:14
671a9d6

Choose a tag to compare

v1.8.0 Pre-release
Pre-release

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

06 Aug 08:42
535182d

Choose a tag to compare

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

04 Aug 14:12
bbd1388

Choose a tag to compare

Feat:

v1.6.3

07 Jun 12:38
0e426a9

Choose a tag to compare

Changed

  • Added support for ARM and ARM64.

v1.6.2

26 Apr 11:00
37c3663

Choose a tag to compare

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

24 Mar 15:11
281e6f3

Choose a tag to compare

Changed

  • Add arm packages and binaries

v1.6.0

28 Oct 14:18
bcfb91c

Choose a tag to compare

Changed

  • Add print integration version from cli using -show_version flag