Skip to content

Commit

Permalink
Add Replication Traffic To Exported Metrics (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluetm authored Sep 11, 2024
1 parent 2e45f7e commit 262770b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ func NewRedisExporter(redisURI string, opts Options) (*Exporter, error) {
"total_net_input_bytes": "net_input_bytes_total",
"total_net_output_bytes": "net_output_bytes_total",

"total_net_repl_input_bytes": "net_repl_input_bytes_total",
"total_net_repl_output_bytes": "net_repl_output_bytes_total",

"expired_keys": "expired_keys_total",
"cached_keys": "cached_keys_total",
"evicted_keys": "evicted_keys_total",
Expand Down

0 comments on commit 262770b

Please sign in to comment.