-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkinesis.yml
45 lines (45 loc) · 1.3 KB
/
kinesis.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
apiVersion: v1alpha1
discovery:
jobs:
- type: AWS/Kinesis
regions:
- us-east-1
period: 300
length: 300
metrics:
- name: PutRecord.Latency
statistics: [Average]
- name: PutRecord.Success
statistics: [Sum]
- name: PutRecord.Bytes
statistics: [Sum]
- name: PutRecords.Latency
statistics: [Average]
- name: PutRecords.Records
statistics: [Sum]
- name: PutRecords.Success
statistics: [Sum]
- name: PutRecords.Bytes
statistics: [Sum]
- name: GetRecords.Latency
statistics: [Average]
- name: GetRecords.Records
statistics: [Sum]
- name: GetRecords.Success
statistics: [Sum]
- name: GetRecords.Bytes
statistics: [Sum]
- name: GetRecords.IteratorAgeMilliseconds
statistics: [Average]
- name: IncomingBytes
statistics: [Sum]
- name: IncomingRecords
statistics: [Sum]
- name: OutgoingBytes
statistics: [Sum]
- name: OutgoingRecords
statistics: [Sum]
- name: WriteProvisionedThroughputExceeded
statistics: [Average]
- name: ReadProvisionedThroughputExceeded
statistics: [Average]