Skip to content

Commit

Permalink
Add dashboard for redis keys (elastic#9746)
Browse files Browse the repository at this point in the history
Add a dashboard with details for Redis keys using the new key metricset.
Visualizations included show lists length, what is useful when redis is used
for queuing, and average strings sizes and TTLs, what is useful when Redis
is used as a cache.

(cherry picked from commit ac04c32)
  • Loading branch information
jsoriano committed Jan 4, 2019
1 parent 107fec6 commit 0d672a0
Show file tree
Hide file tree
Showing 9 changed files with 921 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ https://github.com/elastic/beats/compare/v6.6.0...6.x[Check the HEAD diff]
- Fix issue preventing diskio metrics collection for idle disks. {issue}9124[9124] {pull}9125[9125]
- Allow beats to blacklist certain part of the configuration while using Central Management. {pull}9099[9099]

- Add `key` metricset to the Redis module. {issue}9582[9582] {pull}9657[9657] {pull}9746[9746]

*Packetbeat*

*Packetbeat*
Expand Down
10 changes: 10 additions & 0 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17710,6 +17710,16 @@ type: keyword
Key name.
--
*`redis.key.id`*::
+
--
type: keyword
Unique id for this key (With the form <keyspace>:<name>).
--
*`redis.key.type`*::
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0d672a0

Please sign in to comment.