未验证 提交 20e640e5 编写于 作者: X Xin,Zhang 提交者: GitHub

Fix the database spanlayer is incorrect (#36)

上级 dbd3016d
......@@ -37,7 +37,7 @@ Layer.prototype.getGrpcData = function() {
};
let Layers = function() {
this.DB = new Layer(1, TraceSegmentServiceParameters.SpanLayer.Database);
this.DB = new Layer(1, TraceSegmentServiceParameters.SpanLayer.DATABASE);
this.RPC_FRAMEWORK = new Layer(2, TraceSegmentServiceParameters.SpanLayer.RPCFRAMEWORK);
this.HTTP = new Layer(3, TraceSegmentServiceParameters.SpanLayer.HTTP);
this.MQ = new Layer(4, TraceSegmentServiceParameters.SpanLayer.MQ);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册