分布式跟踪系统zipkin+mysql
摘要:
1.初始化数据库: 1) CREATE TABLE IF NOT EXISTS zipkin_spans ( BIGINT NOT NULL DEFAULT 0 COMMENT 'If non zero, this means the trace uses 128 bit traceIds inst 阅读全文
posted @ 2017-03-13 16:24 kasum 阅读(1783) 评论(0) 推荐(0) 编辑