Skip to content

Commit

Permalink
Add fields to info metricset of Redis module (#7695) (#8021)
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.

(cherry picked from commit ce9048c)
  • Loading branch information
jsoriano authored and ruflin committed Aug 23, 2018
1 parent dc1ec43 commit 07f1a5c
Show file tree
Hide file tree
Showing 9 changed files with 839 additions and 130 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ https://github.com/elastic/beats/compare/v6.4.0...6.x[Check the HEAD diff]

- Add experimental socket summary metricset to system module {pull}6782[6782]
- Move common kafka fields (broker, topic and partition.id) to the module level to facilitate events correlation {pull}7767[7767]
- Add fields for memory 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 @@ -94,6 +96,7 @@ https://github.com/elastic/beats/compare/v6.4.0...6.x[Check the HEAD diff]
*Heartbeat*

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

- Move common kafka fields (broker, topic and partition.id) to the module level {pull}7767[7767].

Expand Down
Loading

0 comments on commit 07f1a5c

Please sign in to comment.