aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-07 00:34:37 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-07 00:34:37 -0800
commit09703ea30089464820dd56a07711f81a2d1e0f3c (patch)
tree9c0c473f4e23843ee9c2c9a6f7f21af4def449e1 /src/proto
parentbec1a61c26625364825dae396cc02a49926668c7 (diff)
Add severity
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/grpc/channelz/channelz.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/grpc/channelz/channelz.proto b/src/proto/grpc/channelz/channelz.proto
index 532ec7978f..851f301536 100644
--- a/src/proto/grpc/channelz/channelz.proto
+++ b/src/proto/grpc/channelz/channelz.proto
@@ -98,7 +98,7 @@ message ChannelTraceEvent {
// the severity of the trace event. Options are INFO, WARNING, and ERROR,
// which are represented by the values 1, 2, and 3, respectively. Any other
// value will be treated as ERROR.
- int32 trace_level = 2;
+ int32 severity = 2;
// When this event occurred.
google.protobuf.Timestamp timestamp = 3;
// ref of referenced channel or subchannel.