-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathconfigs.json.example
27 lines (27 loc) · 972 Bytes
/
configs.json.example
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
{
"consumers": [
{
"name": "consumer_name_1",
"status": "http://burrow-host:8000/v2/kafka/cluster_name/consumer/consumer_name_1/status",
"consumer_group_offset": "http://burrow-host:8000/v2/kafka/cluster_name/consumer/consumer_name_1/topic/topic_name_1",
"topic_offset": "http://burrow-host:8000/v2/kafka/cluster_name/topic/topic_name_1"
},
{
"name": "consumer_name_2",
"status": "http://burrow-host:8000/v2/kafka/cluster_name/consumer/consumer_name_2/status",
"consumer_group_offset": "http://burrow-host:8000/v2/kafka/cluster_name/consumer/consumer_name_2/topic/topic_name_2",
"topic_offset": "http://burrow-host:8000/v2/kafka/cluster_name/topic/topic_name_2"
}
],
"chartOptions": {
"scaleOverride": false,
"scaleFontSize": 14,
"scaleSteps": null,
"scaleStepWidth": null,
"scaleStartValue": null
},
"burrowStatsOptions": {
"pollInterval": 60,
"cacheBinSize": 30
}
}