Skip to content
Snippets Groups Projects
Unverified Commit 77c2c783 authored by Oliver's avatar Oliver Committed by GitHub
Browse files

Merge pull request #199 from tomplus/feat/aof-metrics

feat: add aof metrics
parents d870a53c f99d3e9d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -88,6 +88,14 @@ var (
"aof_rewrite_scheduled": "aof_rewrite_scheduled",
"aof_last_rewrite_time_sec": "aof_last_rewrite_duration_sec",
"aof_current_rewrite_time_sec": "aof_current_rewrite_duration_sec",
"aof_last_cow_size": "aof_last_cow_size",
"aof_current_size": "aof_current_size",
"aof_base_size": "aof_base_size",
"aof_pending_rewrite": "aof_pending_rewrite",
"aof_buffer_length": "aof_buffer_length",
"aof_rewrite_buffer_length": "aof_rewrite_buffer_length",
"aof_pending_bio_fsync": "aof_pending_bio_fsync",
"aof_delayed_fsync": "aof_delayed_fsync",
 
// # Stats
"total_connections_received": "connections_received_total",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment