-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfiguration.yml
51 lines (47 loc) · 1.18 KB
/
configuration.yml
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
kuduMasterAddresses: ["localhost"]
kuduTSInstance: "ktsd"
kuduTSReplicas: 1
server:
type: default
applicationContextPath: "/api"
applicationConnectors:
- type: http
port: 4242
logging:
level: INFO
loggers:
org.kududb.ts: INFO
appenders:
- type: console
- type: file
threshold: DEBUG
logFormat: "%-6level [%d{HH:mm:ss.SSS}] [%t] %logger{5} - %X{code} %msg %n"
currentLogFilename: /tmp/application.log
archivedLogFilenamePattern: /tmp/application-%d{yyyy-MM-dd}-%i.log.gz
archivedFileCount: 7
timeZone: UTC
maxFileSize: 10MB
bench:
ktsdHost: "localhost"
ktsdPort: 4242
metrics: [
"metric00",
"metric01",
"metric02",
"metric03",
"metric04",
"metric05",
"metric06",
"metric07",
"metric08",
"metric09",
]
tags:
host: [ "host00", "host01", "host02", "host03" ]
dc: [ "dc00", "dc01", "dc02", "dc03" ]
start: 1451606400000 # 2016-01-01T00:00:00
end: 1451692800000 # 2016-01-02T00:00:00
sampleFrequency: 1
httpClient:
keepAlive: "10s"
timeout: "10s"