forked from valkey-io/valkey-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
39 lines (32 loc) · 734 Bytes
/
config.yml
File metadata and controls
39 lines (32 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
valkey:
# leave blank and set VALKEY_URL in docker-compose
# url: "valkey://:password@my-cluster.example.com:6379"
server:
port: 3000
data_dir: "/app/data"
collector:
batch_ms: 60000
batch_max: 500
epics:
- name: "memory"
type: "memory_stats"
poll_ms: 5000
file_prefix: "memory"
- name: "cpu"
type: "info_cpu"
poll_ms: 5000
file_prefix: "cpu"
- name: "slowlog"
type: "slowlog_get"
poll_ms: 60000
file_prefix: "slowlog"
- name: "slowlog_len"
type: "slowlog_len"
poll_ms: 60000
file_prefix: "slowlog_len"
- name: "monitor"
type: "monitor"
monitoringDuration: 60000
monitoringInterval: 60000
maxCommandsPerRun: 1000000
file_prefix: "monitor"