Skip to content

Commit

Permalink
Add fields to info metricset of Redis module (elastic#7695)
Browse files Browse the repository at this point in the history
Add memory fragmentation ratio, active defragmentation stats, slave status and some other fields that were missing from info metricset.
  • Loading branch information
a3dho3yn authored and jsoriano committed Jul 30, 2018
1 parent 32442e5 commit ce9048c
Show file tree
Hide file tree
Showing 9 changed files with 839 additions and 131 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.asciidoc
Expand Up @@ -61,8 +61,9 @@ https://github.com/elastic/beats/compare/v6.4.0...master[Check the HEAD diff]
*Heartbeat*

*Metricbeat*

- Add metrics about cache size to memcached module {pull}7740[7740]
- Add fields for mermory fragmentation, memory allocator stats, copy on write, master-slave status, and active defragmentation to `info` metricset of Redis module. {pull}7695[7695]


*Packetbeat*

Expand All @@ -78,6 +79,7 @@ https://github.com/elastic/beats/compare/v6.4.0...master[Check the HEAD diff]
*Heartbeat*

*Metricbeat*
- Redis `info` `replication.master_offset` has been deprecated in favor of `replication.master.offset`.{pull}7695[7695]

*Packetbeat*

Expand Down

0 comments on commit ce9048c

Please sign in to comment.