Burrow搭建过程详解

8 篇文章 1 订阅

  Burrow是linkedin开源的一个监控Apache Kafka的工具,burrow可以将消费者滞后检查作为一项服务来对外提供。 它监视所有消费者的承诺偏移量,并根据需要计算消费者的状态,提供HTTP endpoint接口来获取消费者状态,能够监控Consumer消费消息的延迟,从而监控应用的健康状况,并且可以同时监控多个Kafka集群。 通知器可以通过配置电子邮件或HTTP通告进行告警,而无需指定阈值。

搭建流程如下:

  1. 安装go
  2. 安装burrow
  3. 启动查看结果

1、安装go,将go安装到/opt/soft下:

cd /opt/soft
wget https://dl.google.com/go/go1.10.4.linux-amd64.tar.gz
tar -zxvf go1.8.linux-amd64.tar.gz

 

在/data下建文件夹go,此为go项目目录,并在go下建立bin(编译完可执行文件),src(源代码),pkg(编译完文件)文件夹,并将go目录添加到环境变量,/etc/profile下:

export GOROOT=/opt/soft/go

export GOPATH=/data/go

export PATH=$PATH:$GOROOT/bin

2、安装burrow

$ go get github.com/linkedin/Burrow

$ cd $GOPATH/src/github.com/linkedin/Burrow

$ go install

3、运行:

在/data/goconfig下建立文件名为burrow.toml,并配置集群相关信息,如下:

[general]
pidfile="/data/goconfig/burrow.pid"
stdout-logfile="/data/goconfig/burrow.out"

[logging]
filename="/data/goconfig/logs/burrow.log"
level="info"
maxsize=100
maxbackups=30
maxage=10
use-localtime=true
use-compression=true

[zookeeper]
servers=[ "xxx.xxx.xxx.xxx:2181" ]
timeout=6
root-path="/burrow"

[cluster.jijin]
class-name="kafka"
servers=[ "xxx.xxx.xxx.xxx:9092" ]
topic-refresh=300
offset-refresh=60

[consumer.jijin]
class-name="kafka"
cluster="jijin"
servers=[ "xxx.xxx.xxx:9092" ]

[httpserver.default]
address=":8000"

[storage.default]
class-name="inmemory"
workers=20
intervals=15
expire-group=604800
min-distance=1

运行命令:

$GOPATH/bin/Burrow --config-dir /data/goconfig

 

结果为json格式的数据,实例:curl http://127.0.0.1:8000/v3/kafka/(cluster)/consumer

访问接口:

/v3/kafka集群列表
/v3/kafka/(cluster)某集群细节
/v3/kafka/(cluster)/consumerconsumer列表
/v3/kafka/(cluster)/topictopic列表
/v3/kafka/(cluster)/consumer/(group)某消费者细节
/v3/kafka/(cluster)/consumer/(group)/lag某消费者lag积压值
/v3/kafka/(cluster)/topic/(topic)某topic细节
/v3/config获得general配置
/v3/config/cluster集群配置
/v3/admin/loglevel获得日志级别

 

 

 

 

 

 

 

  • 3
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
1444. Elephpotamus Time limit: 0.5 second Memory limit: 64 MB Harry Potter is taking an examination in Care for Magical Creatures. His task is to feed a dwarf elephpotamus. Harry remembers that elephpotamuses are very straightforward and imperturbable. In fact, they are so straightforward that always move along a straight line and they are so imperturbable that only move when attracted by something really tasty. In addition, if an elephpotamus stumbles into a chain of its own footprints, it falls into a stupor and refuses to go anywhere. According to Hagrid, elephpotamuses usually get back home moving along their footprints. This is why they never cross them, otherwise they may get lost. When an elephpotamus sees its footprints, it tries to remember in detail all its movements since leaving home (this is also the reason why they move along straight lines only, this way it is easier to memorize). Basing on this information, the animal calculates in which direction its burrow is situated, then turns and goes straight to it. It takes some (rather large) time for an elephpotamus to perform these calculations. And what some ignoramuses recognize as a stupor is in fact a demonstration of outstanding calculating abilities of this wonderful, though a bit slow-witted creature. Elephpotamuses' favorite dainty is elephant pumpkins, and some of such pumpkins grow on the lawn where Harry is to take his exam. At the start of the exam, Hagrid will drag the elephpotamus to one of the pumpkins. Having fed the animal with a pumpkin, Harry can direct it to any of the remaining pumpkins. In order to pass the exam, Harry must lead the elephpotamus so that it eats as many pumpkins as possible before it comes across its footprints. Input The first input line contains the number of pumpkins on the lawn N (3 ≤ N ≤ 30000). The pumpkins are numbered from 1 to N, the number one being assigned to the pumpkin to which the animal is brought at the start of the trial. In the next N lines, the coordinates of the pumpkins are given in the order corresponding to their numbers. All the coordinates are integers in the range from −1000 to 1000. It is guaranteed that there are no two pumpkins at the same location and there is no straight line passing through all the pumpkins. Output In the first line write the maximal number K of pumpkins that can be fed to the elephpotamus. In the next K lines, output the order in which the animal will eat them, giving one number in a line. The first number in this sequence must always be 1.写一段Java完成此目的
最新发布
06-03
题目翻译:哈利波特正在参加魔法生物关怀考试,他的任务是喂养一只小矮象河马。小矮象河马非常直接和冷静,只有在被真正美味的东西吸引时才会移动。此外,如果小矮象河马跌入自己的脚印链中,它会陷入昏迷并拒绝前进。根据海格的说法,小矮象河马通常沿着自己的脚印回家。这就是为什么它们从不越过脚印,否则它们可能会迷路。当小矮象河马看到自己的脚印时,它会尽力记住自离家出发以来的所有行动,然后计算出其巢穴的方向,然后转身朝着巢穴直走。一个小矮象河马执行这些计算需要一些时间。而一些无知的人认为这是一种昏迷,实际上这是这种美妙的,虽然有点迟钝的生物出色的计算能力的展示。小矮象河马最喜欢的美食是大象南瓜,而哈利所在的草坪上就有一些这样的南瓜。在考试开始时,海格将小矮象河马拖到其中一只南瓜旁边。喂了小矮象河马一只南瓜后,哈利可以把它引导到剩下的任意一只南瓜。为了通过考试,哈利必须引导小矮象河马尽可能多地吃南瓜,直到它遇到自己的脚印。 输入:第一行包含草坪上南瓜的数量N(3≤N≤30000)。南瓜从1到N编号,数字1被分配给小矮象河马开始时所在的南瓜。在接下来的N行中,按其编号对应的顺序给出南瓜的坐标。所有坐标都是范围从-1000到1000的整数。保证没有两个南瓜在相同的位置,并且没有一条直线穿过所有南瓜。 输出:第一行写出小矮象河马最多可以吃到的南瓜数K。在接下来的K行中,输出小矮象河马将要吃的南瓜的顺序,每行输出一个数字。这个序列中的第一个数字必须始终为1。 解题思路:这道题是一道比较难的贪心算法,需要仔细思考。我们可以先把所有的南瓜按照离开始点的距离排序,然后从第二个南瓜开始遍历,每次找到一个能够吃到的南瓜就将其加入结果中,并更新当前位置和能够到达的最远位置。如果当前位置已经在之前的路径中出现过,那么就不能再继续走了,因为这样会导致小矮象河马迷路。最后输出结果即可。 代码实现:

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值