Skip to content

Commit

Permalink
Adding keyspace_hits and keyspace_misses from Redis INFO stats (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-meng authored Nov 8, 2024
1 parent 2a95c59 commit 8e14bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ func NewKvrocksExporter(kvrocksURI string, opts Options) (*Exporter, error) {
// # Stats
"pubsub_channels": "pubsub_channels",
"pubsub_patterns": "pubsub_patterns",
"keyspace_hits": "keyspace_hits",
"keyspace_misses": "keyspace_misses",

// # Replication
"connected_slaves": "connected_slaves",
Expand Down

0 comments on commit 8e14bb0

Please sign in to comment.