lynch0227
lynch0227
由用户自行配置jmx exporter,然后再从prometheus里面获取监控数据.
在启动binlog syncer时报错: curl -H "Content-Type:application/json" -X PUT --data '{"syncer_id":173,"syncer_uuid":"f7e30637-f15a-11e8-accc-244427b6b60e","mysql_addr":"x.x.x.x:3306","mysql_user":"root","mysql_password":"root","semi_sync":false}' http://server_ip:5000/binlog/syncer/start {"message":"binlog_server:args are not available"} 以下是日志信息: 2019-03-12T11:10:56.675+0800 info replication/binlogsyncer.go:136 create BinlogSyncer with config {173 f7e30637-f15a-11e8-accc-244427b6b60e mysql x.x.x. 3306 root utf8 false...
Could you please add the new feature for collecting TEMPORARY and UNDO LOG tablespace? Here is the sample SQL : SELECT SUBSTRING_INDEX(FILE_NAME,'/',-1), TABLESPACE_NAME, ENGINE, INITIAL_SIZE, TOTAL_EXTENTS*EXTENT_SIZE AS TotalSizeBytes, DATA_FREE, MAXIMUM_SIZE...
Hi Guys, I want to create a comment using mandarin language, but got the below errors: UnicodeEncodeError: 'latin-1' codec can't encode characters in position 238-242: ordinal not in range(256) Could...