Pinpoint接入业务监控后数据量大涨,平均每天Hbase数据增量20G左右,数据量太大,需要对数据进行定期清理,否则监控可用性降低,由于之前环境是由docker-compose部署,查到hbase可以修改表的ttl来清理数据,目前进入pinpoint-hbase容器操作,如果能在hbase表格生成时就修改ttl效果会更佳,该方法需要熟悉docker-compose里面pinpoint...
平均每天Hbase数据增量20G左右,数据量太大,需要对数据进行定期清理,否则监控可用性降低,由于之前环境是由docker-compose部署,查到hbase可以修改表的ttl来清理数据,目前进入pinpoint-hbase容器操作,如果能在hbase表格生成时就修改ttl效果会更佳,该方法需要熟悉docker-compose里面pinpoint-web及pinpoint-hbase部署方法,...
bin/hbase shell hbase-create.hbase 注意:pinpoint默认的TTL存储策略是存储一年的,如果pinpoint监控的系统请求量是很大的,那么需要注意pinpoint所在服务器的存储空间是否够用。 解决方案:修改上述hbase建表脚本中的TTL值,比如: create 'AgentInfo', { NAME => 'Info', TTL => 31536000(改为604800,存储7天),...
pinpoint:1.7.1 hbase:1.2.6 命令行命令: $HBASE_HOME/bin/hbase shell newrestruct.hbase 备注:保留一天半的数据(秒) TTL => 129600 cat newrestruct.hbase 1disable'AgentInfo'2disable'AgentStatV2'34disable'AgentLifeCycle'5disable'AgentEvent'6disable'ApplicationIndex'78disable'StringMetaData'9disable'...
在上一章《Docker下,极速体验pinpoint1.6.3》中,我们快速体验了pinpoint的监控和调用链跟踪的服务,本章我们一起来了解pinpoint环境的搭建过程,实战制作pinpoint服务端和客户端的镜像...镜像的Dockerfile 关于镜像文件的Dockerfile,如下所示,关键位置都加了注释,就不.
Current docker image uses this hbase-create script, and data retention days are configured in TTL field in ms. There isn't any configuration options available by now to change these values. To modify them by yourself, create pinpoint-docker/ pinpoint-hbase/hbase-create.hbase with the same...
34ae285a9246 flink:1.3.1"/docker-entrypoin..."4hours ago Up4hours6123/tcp,0.0.0.0:8081->8081/tcp pinpoint-flink-jobmanager 访问nodeIP:8079 Hbase 表结构修改 alter'TraceV2', {NAME=>'S',TTL=>'604800',COMPRESSION =>'GZ',} alter'ApplicationTraceIndex', {NAME=>'I',TTL=>'1209600',CO...
34ae285a9246 flink:1.3.1"/docker-entrypoin..."4hours ago Up4hours6123/tcp,0.0.0.0:8081->8081/tcp pinpoint-flink-jobmanager 访问nodeIP:8079 Hbase 表结构修改 alter'TraceV2', {NAME=>'S',TTL=>'604800',COMPRESSION =>'GZ',} alter'ApplicationTraceIndex', {NAME=>'I',TTL=>'1209600',CO...
34ae285a9246 flink:1.3.1 "/docker-entrypoin..." 4 hours ago Up 4 hours 6123/tcp, 0.0.0.0:8081->8081/tcp pinpoint-flink-jobmanager 访问nodeIP:8079 Hbase 表结构修改 alter 'TraceV2' , {NAME=>'S',TTL=>'604800',COMPRESSION => 'GZ',} alter 'ApplicationTraceIndex' , {NAME=>'...
2. 拉去官方代码 git clone https: //github.com/naver/pinpoint-docker.git git clone https: //gitee.com/mirrors/Pinpoint.git 安装步骤: 1.HBase 搭建HBase 集群 - Apache HBase 运行./hbase-start 创建HBase Schemas- 在hbase shell上执行/scripts/hbase-create.hbase初始化数据库 ...