Releases: cdemi/PRTG-Redis-Sensor
Releases · cdemi/PRTG-Redis-Sensor
PRTG Redis Sensor 3.0.3
Bump StackExchange.Redis from 2.2.88 to 2.5.43 Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.2.88 to 2.5.43. - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](https://github.com/StackExchange/StackExchange.Redis/commits/2.5.43) --- updated-dependencies: - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
PRTG Redis Sensor 3.0.2
Bump Microsoft.Extensions.Caching.StackExchangeRedis from 6.0.1 to 6.0.2 Bumps [Microsoft.Extensions.Caching.StackExchangeRedis](https://github.com/dotnet/aspnetcore) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
PRTG Redis Sensor 3.0.1
This fixes #36
PRTG Redis Sensor 3.0.0
Breaking Changes
This release has some breaking changes in the way how you pass the arguments to the exe. Please make sure to read the README
What's Changed
New Contributors
Full Changelog: 2.1.15...3.0.0
PRTG Redis Sensor 2.1.15
Merge branch 'jay1891-master'
PRTG Redis Sensor 2.1.13
Bump StackExchange.Redis from 2.2.79 to 2.2.88 Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.2.79 to 2.2.88. - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](https://github.com/StackExchange/StackExchange.Redis/commits) --- updated-dependencies: - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
PRTG Redis Sensor 2.1.12
Bump StackExchange.Redis from 2.2.62 to 2.2.79 Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.2.62 to 2.2.79. - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](https://github.com/StackExchange/StackExchange.Redis/compare/2.2.62...2.2.79) --- updated-dependencies: - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
PRTG Redis Sensor 2.1.11
Multiply Hit Rate by 100 to calculate expected percentage value (#28) * Prevent divide by zero error When there were no hits or misses against a node, the result being returned was NaN as a result of a divide by zero issue. This approach converts the NaN result to a zero. * Multiply Hit Rate ratio by 100 to calculate percentage The Hit Rate metric unit is Percent but we are sending a ratio. We need to multiply the ratio by 100 to get a percentage so monitoring rules and metrics make sense. Resolves #27 Co-authored-by: Erik Ruggles <erikr@tempworks.com>
PRTG Redis Sensor 2.1.10
Prevent divide by zero error When there were no hits or misses against a node, the result being returned was NaN as a result of a divide by zero issue. This approach converts the NaN result to a zero.
PRTG Redis Sensor 2.1.9
Bump StackExchange.Redis from 2.2.50 to 2.2.62 Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.2.50 to 2.2.62. - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](https://github.com/StackExchange/StackExchange.Redis/compare/2.2.50...2.2.62) --- updated-dependencies: - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>