From 7e563891f3cfaf5c19ad086434af93aaab996719 Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Mon, 6 Apr 2020 14:56:40 +0800 Subject: [PATCH] remove component name. --- language-agent/Tracing.proto | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/language-agent/Tracing.proto b/language-agent/Tracing.proto index e5dde75..6b61a5e 100644 --- a/language-agent/Tracing.proto +++ b/language-agent/Tracing.proto @@ -61,11 +61,10 @@ message SpanObject { SpanType spanType = 8; SpanLayer spanLayer = 9; int32 componentId = 10; - string component = 11; - bool isError = 12; - repeated KeyStringValuePair tags = 13; - repeated Log logs = 14; - bool skipAnalysis = 15; + bool isError = 11; + repeated KeyStringValuePair tags = 12; + repeated Log logs = 13; + bool skipAnalysis = 14; } message Log { -- GitLab