-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsplitd.yaml.tpl
More file actions
52 lines (51 loc) · 1.27 KB
/
splitd.yaml.tpl
File metadata and controls
52 lines (51 loc) · 1.27 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
# vi:ft=yaml
logging:
level: error
output: /dev/stdout
rotationMaxFiles: null
rotationMaxBytesPerFile: null
sdk:
apikey: <server-side-apitoken>
labelsEnabled: true
streamingEnabled: true
urls:
auth: https://auth.split.io
sdk: https://sdk.split.io/api
events: https://events.split.io/api
streaming: https://streaming.split.io/sse
telemetry: https://telemetry.split.io/api/v1
featureFlags:
splitNotificationQueueSize: 5000
splitRefreshSeconds: 30
segmentNotificationQueueSize: 5000
segmentRefreshSeconds: 60
segmentUpdateWorkers: 20
segmentUpdateQueueSize: 500
impressions:
mode: optimized
refreshRateSeconds: 1800
countRefreshRateSeconds: 3600
queueSize: 8192
observerSize: 500000
events:
refreshRateSeconds: 60
queueSize: 8192
flagSetsFilter: []
link:
type: unix-seqpacket
address: /var/run/splitd.sock
maxSimultaneousConns: 32
readTimeoutMS: 1000
writeTimeoutMS: 1000
acceptTimeoutMS: 1000
serialization: msgpack
bufferSize: 1024
protocol: v1
debug:
profiling:
enable: false
host: localhost
port: 8888
api:
host: 0.0.0.0
port: 8887