Skip to content

Commit

Permalink
required amount of etcd replicas added to config
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd committed Jan 14, 2024
1 parent fd2cee3 commit 6e55552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aviso-server/monitoring/aviso_monitoring/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def _create_default_config() -> Dict:
"frequency": 4, # min
"member_urls": ["http://localhost:2379"],
"req_timeout": 60, # s
"req_mem_count": 1,
"tlms": {"etcd_store_size": {}, "etcd_cluster_status": {}, "etcd_error_log": {}},
}

Expand Down

0 comments on commit 6e55552

Please sign in to comment.