Get desktop application:
View/edit binary Protocol Buffers messages
Used in: LogMessage
string name = 1
oneof field
string str_field = 2
double float_field = 3
int64 int_field = 4
uint64 uint_field = 5
bool bool_field = 6
bytes binary_field = 7
bytes byte_string_field = 8
Used in: LogMessage, ReadLogRequest
LOG_LEVEL_INFO = 0
LOG_LEVEL_DEBUG = 1
LOG_LEVEL_WARN = 2
LOG_LEVEL_ERROR = 3
LOG_LEVEL_DPANIC = 4
LOG_LEVEL_PANIC = 5
LOG_LEVEL_FATAL = 6
LOG_LEVEL_UNKNOWN = 7
Used in: ReadLogResponse
fixed64 time_unix = 1
string msg = 3
repeated LogField fields = 4
Used as request type in: service.v1.LogService.ReadLogs
Used as response type in: service.v1.LogService.ReadLogs
bytes trace_id = 2
bytes span_id = 3